stephanlindauer / fromatob-k8s-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Workshop for beginners

Available on https://fromatob.github.io/k8s-workshop/

Goals:

At the end of the workshop, you should be able to:

  • Setup a Google Kubernetes Engine (GKE)
  • Understand what a Pod is and how to interact with it
  • Ensure that a number of pods are running and rolling updates and rollbacks with Deployments
  • Expose your application to the outside world with Services
  • Scale your application with a Horizontal Pod Autoscaler

Agenda:

0 - Setting the scene

1 - Hello World!

2 - Pods

3 - Services

4 - Deployments

5 - Scaling

About