I'm currently working on: Building production-grade DevSecOps platforms on AWS EKS – including an AI-powered SRE incident response agent (Operator Copilot) that connects to live Kubernetes clusters via the Model Context Protocol, diagnoses production incidents, and executes remediations only after a human approves.
I'm looking to collaborate on:
- Cloud-native infrastructure projects – EKS, Terraform, ArgoCD GitOps patterns
- DevSecOps pipelines – supply chain security, policy-as-code, compliance automation
- Platform engineering – internal developer platforms, self-service infrastructure, SRE tooling
- AI + infrastructure – AIOps, LLM-powered operational tooling, MCP integrations
I'm currently learning:
- AegisPipeline – multi-account AWS landing zone with Cosign/Sigstore image signing, Falco runtime security, and compliance-as-code (SOC 2 / CIS / NIST)
- Advanced Kyverno policy authoring for enterprise admission control
- OpenTelemetry instrumentation across distributed microservices
Ask me about:
- AWS EKS platform engineering – cluster bootstrapping, IRSA, OIDC, node group management
- GitOps with ArgoCD – App-of-Apps pattern, multi-environment rollouts, drift detection
- Secrets management – External Secrets Operator + AWS Secrets Manager via IRSA (zero plaintext in Git)
- DevSecOps pipelines – Jenkins JCasC, SonarQube quality gates, Trivy CVE scanning
- Observability stacks – Prometheus, Grafana, Loki, Tempo, PrometheusRule alerts
- FinOps on AWS – cost audit automation, budget anomaly detection, tag governance
Fun fact: I documented every real production issue I hit while building – 19 in nimbus-retail-platform, 17 in cloud-native-eks, 16 in DevSecOps-Three-Tier-EKS. The troubleshooting logs are in the repos. Real infrastructure breaks in real ways.
- AWS Certified Solutions Architect – Associate
- AWS Certified Cloud Practitioner
| Project | What it does | Stack |
|---|---|---|
| nimbus-retail-platform | Production EKS platform – 5 microservices, Strimzi Kafka, ESO + IRSA secrets, Kyverno policies, full observability | Terraform · ArgoCD · Kafka · Kyverno · Prometheus/Loki/Tempo |
| operator-copilot-starter | AI SRE agent – diagnoses Kafka lag, CrashLoopBackOff, TLS expiry on live EKS via MCP. Human approval gate enforced in server code | Python · Anthropic API · MCP · Kubernetes client |
| cloud-native-eks | Three-tier app on EKS with Jenkins JCasC (zero UI), ExternalDNS, 9-stage DevSecOps pipeline | Terraform · Jenkins JCasC · ArgoCD · SonarQube · Trivy |
| DevSecOps-Three-Tier-EKS | End-to-end DevSecOps pipeline to EKS 1.34 – built with 2026 tooling, CVSS v4 workaround documented | Terraform · Jenkins · ArgoCD · Trivy · Prometheus |
| aws-cost-optimization | FinOps framework – automated audit surfaced EC2 at 0.18% CPU, orphaned EIPs. Budget alerts, tag enforcement, Lambda scheduled shutdown | Terraform · Python boto3 · AWS Budgets · EventBridge |
| cicd_jenkins | Jenkins CI/CD to EKS – commit to live deployment in ~25 seconds | Jenkins · Maven · Docker · EKS · Prometheus |