Loading video player...
Learn how Kubernetes Deployments really work by building one from scratch and simulating rolling updates, rollbacks, and revisions step by step. In this tutorial, you'll see: • The relationship between Deployment, ReplicaSet, Pod, and Container (with a diagram) • Writing a Deployment YAML manifest from scratch • Applying the deployment and inspecting Pods and ReplicaSets • Performing rolling updates in real time using kubectl • Rolling back to a previous version • Rolling back to a specific revision We use an Apache httpd container to demonstrate how Kubernetes manages application updates with zero downtime. A practical, real-world walkthrough of Kubernetes deployments, updates, and recovery. 🔗 Subscribe for more Kubernetes content #kubernetes #devops #kubernetestutorial #cloudcomputing #backend