This is the code for Scalable Microservices with Kubernetes. In this course you will learn how to:
- Provision a complete Kubernetes using Google Container Engine
- Deploy and manage Docker containers using kubectl
Kubernetes Version: 1.2.2
Kubernetes is all about applications and in this course you will utilize the Kubernetes API to deploy, manage, and upgrade applications. In this part of the workshop you will use an example application called "app" to complete the labs.
App is an example 12 Facter application that we'll be using throughout the course. During this course you will be working with the following Docker images:
- udacity/example-monolith - Monolith includes auth and hello services.
- udacity/example-auth - Auth microservice. Generates JWT tokens for authenticated users.
- udacity/example-hello - Hello microservice. Greets authenticated users.
- ngnix - Frontend to the auth and hello services.