03-Deployment-concepts-with-real-examples
Kubernetes Core Concepts — Deployment 3.1 What Is a Deployment? A Deployment is the recommended and most commonly used way to manage …
Kubernetes Core Concepts — Deployment 3.1 What Is a Deployment? A Deployment is the recommended and most commonly used way to manage …
Kubernetes Core Concepts — ReplicaSet 2.1 What Is a ReplicaSet? A ReplicaSet is a Kubernetes controller whose job is to ensure that a …
Kubernetes Core Concepts — Pod Before you can deploy real applications on Kubernetes, you need a solid understanding of the three most …
Problem Statement Your ECS deployment script just updates the service and walks away. When the new container fails to start (bad image, …
Problem Statement Your team deployed a schema migration that introduced a breaking change. The code rollback was instant, but the database …
Problem Statement Your team deploys Lambda functions by hand through the AWS Console — which means no audit trail, no rollback plan, and …