You can find it here: link
Kubernetes is all about applications and in these labs you will utilize the Kubernetes API to deploy, manage, and upgrade applications.
During this workshop you 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.
- nginx - Frontend to the auth and hello services.