Skip to content

Latest commit

 

History

History
 
 

04-Deployments-with-kubectl

Kubernetes - Deployment

Topics

  1. Create Deployment
  2. Scale the Deployment
  3. Expose Deployment as a Service
  4. Update Deployment
  5. Rollback Deployment
  6. Rolling Restarts
  7. Pause & Resume Deployments
  8. Canary Deployments (Will be covered at Declarative section of Deployments)