Skip to content

I'm currently populating my catalog on the site. Pardon the prefilled data. The entries are actively being updated and cleaned up.

Previous website
Blog / Notes

Writing on software engineering, platform reliability, and the systems that power real products.

Covering cloud infrastructure, Kubernetes, Terraform, CI/CD, observability, and the engineering decisions that compound over time — across platform engineering, SRE, DevOps, DevSecOps, and backend disciplines.

Coverage

From cloud architecture and delivery automation to debugging production systems — practical, cross-discipline writing that doesn't age out when the tooling changes.

Blog

Browse & Search

  • Kubernetes
  • Operators
  • Helm
  • Platform Engineering

Kubernetes Operators: The Missing Piece After Helm

A practical first-principles guide to Kubernetes Operators, why Helm only solves Day 1 deployment, and how operators encode Day 2 operational knowledge into the cluster.

2026-04-249 min read
Read Post
  • Kubernetes
  • Helm
  • CI/CD

Helm Explained Properly: Why Kubernetes Needed It and How It Makes Life Easier

A practical guide to what Helm solves in Kubernetes, how charts and values work, and why releases, upgrades, and rollbacks make real operations easier.

2026-04-2314 min read
Read Post
  • Kubernetes
  • Platform Engineering
  • AWS

Kubernetes Internals Notes: API Server, RBAC, Scheduling, and Controllers

A practical, student-friendly guide to the Kubernetes request flow, authentication vs authorization, controllers, scheduler behavior, rolling updates, and workload resilience.

2026-04-2314 min read
Read Post
  • AWS
  • Kubernetes
  • Platform Engineering

Understanding IRSA in EKS: How Pods Securely Access AWS Resources

A student-friendly guide to IRSA in EKS, explaining why node roles are not enough, how OIDC trust works, and how pods get short-lived AWS credentials safely.

2026-04-2112 min read
Read Post
  • Kubernetes
  • Platform Engineering

Understanding Kubernetes Controllers: What Actually Makes Kubernetes Work

A practical explanation of Kubernetes controllers, the reconciliation loop, and the ecosystem operators that turn YAML into a self-healing system.

2026-04-218 min read
Read Post