Advanced Kubernetes Deployment Exercise
Table of Contents
1. Introduction
2. Creating a Deployment
2.1 Using the Command Line
2.2 Using a YAML Definition File
3. Verifying Deployment
3.1 Deployment Details
3.2 Scaling Events
4. Updating a Deployment
4.1 Using kubectl set image
kubectl set image4.2 Using kubectl edit deployment
kubectl edit deployment4.3 Editing the YAML file
5. Rolling Back a Deployment
5.1 Check Rollout History
5.2 Roll Back to Previous Revision
6. Pausing and Resuming a Deployment
7. References
Last updated