Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Kubernetes 101 Content Bundle

In this workshop you will learn how to:

Kubernetes Version: v1.2.2

All of the code for this workshop was written by Kelsey Hightower.

There are also slides with speaker notes.

Labs

Kubernetes is all about applications and in this section 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.

Lab Docker images

App is an example 12 Factor application. During this workshop you will be working with the following Docker images:

  • askcarter/monolith - Monolith includes auth and hello services.
  • askcarter/auth - Auth microservice. Generates JWT tokens for authenticated users.
  • askcarter/hello - Hello microservice. Greets authenticated users.
  • ngnix - Frontend to the auth and hello services.

Links