In this lab you will learn how to provision a complete Kubernetes cluster using Google Kubernetes Engine; deploy and manage Docker containers using kubectl; and break an application into microservices using Kubernetes’ Deployments and Services.
Overview
Syllabus
- GSP021
- Overview
- Setup and requirements
- Task 1. Get the sample code
- Task 2. Quick Kubernetes Demo
- Task 3. Pods
- Task 4. Creating pods
- Task 5. Interacting with pods
- Task 6. Services
- Task 7. Creating a service
- Task 8. Adding labels to pods
- Task 9. Deploying applications with Kubernetes
- Task 10. Creating deployments
- Congratulations!