- Provision a complete Kubernetes using Google Container Engine
- Deploy and manage Docker containers using kubectl
- Ports - NodePort, Port, TargetPort
- Service types - NodePort and LoadBalancer
- Managing Applications with Kubernetes
- Provision a complete Kubernetes using Google Container Engine
- Deploy and manage Docker containers using kubectl
- Managing Deployments with Kubernetes (Rolling update, Canary and Blue-green deployments. Also, roll-back)
App is hosted on GitHub and provides an example 12 Facter application. We will be working with the following Docker images:
- kelseyhightower/monolith - Monolith includes auth and hello services.
- kelseyhightower/auth - Auth microservice. Generates JWT tokens for authenticated users.
- kelseyhightower/hello - Hello microservice. Greets authenticated users.
- ngnix - Frontend to the auth and hello services.
- googleCode - Get complete codes