Lab: Deployments vs StatefulSets (Side-by-Side)
Lab Goal In this lab, you will deploy the same application two ways: You will then: By the end, the difference between the two controllers will be obvious. Prerequisites Create a fresh namespace: Part 1: Deployment (Stateless Workload) Step 1: Create the Deployment Create a file named deployment.yaml: Apply it: Step 2: Observe the Pods…
