In this lab you will learn how to deploy a website to Google Kubernetes Engine, scale it out to more instances, and deploy a new version using Rolling Updates.
Deploy, Scale, and Update Your Website on Google Kubernetes Engine
Google via Google Cloud Skills Boost
Overview
Syllabus
- GSP663
- Overview
- Setup and requirements
- Task 1. Create a GKE cluster
- Task 2. Clone source repository
- Task 3. Create Docker container with Cloud Build
- Task 4. Deploy container to GKE
- Task 5. Expose GKE deployment
- Task 6. Scale GKE deployment
- Task 7. Make changes to the website
- Task 8. Update website with zero downtime
- Task 9. Cleanup
- Congratulations!