© 2026 Hashnode
Hello Geeks, This is Rakesh, and once again, I am here with another deep, honest, and real-world learning related to Kubernetes. Today’s topic is Kubernetes Deployment Strategy. I want you to read this documentation slowly, like personal notes writte...

Welcome back to the Building a Production-Grade SRE Platform on Kubernetes series. In the previous posts, we built a secure and observable platform: Part 1: Infrastructure (GKE) Part 2: GitOps Engine (ArgoCD) Part 3: Observability (LGTM) Part 4: ...

Most outages in production don’t happen because code is bad. They happen because change is poorly introduced. At scale, deployment is not a technical step , it’s a risk management discipline. This post focuses on how AWS DevOps systems introduce chan...

Releases with Smart Rollouts Deploying new code to production can introduce bugs or outages. Canary deployment mitigates this risk by rolling out updates to a small subset of users first, so that any problems are caught early. For example, AWS explai...
