[Kubernetes in Google Cloud] Lab4) Managing Deployments Using Kubernetes Engine

Overview
Dev Ops practices
- will regularly make use of multiple deployments to manage application deployment scenarios 
- 
such as 
- "Continous Deployment"
 
- "Blue-Green Deployments"
 
- "Canary Deployments" 
 
- and more
 
 
 
In this lab
- provide practice in scaling and managing containers
➡ so you can accomplish these common scenarios where multiple heterogeneous deployments are being used. 
What you'll do
- Practice with kubectl tool
 
- Create deployment yaml files
 
- Launch, update, and scale deployments
 
- Practice with updating deployments and depolyment styles
 
Requirements
Introduction to deployments