Kubernetes 101 Workshop

Welcome

This workshop is designed to guide you hands on through the fundamentals of container orchestration via K8s.

We will set up a local Kubernetes cluster and deploy a simple web application. We will expose the app to the outside world, let it scale and discuss how to update it. Moreover, we will dig into working with ConfigMap, Secrets and Helm.

In addition to this website and its labs, a slide deck will give you relevant context.

Let’s get started :)

Scope

  • Understanding core components of Kubernetes
  • Deploying and exposing a web application via Kubernetes
  • Basic load balancing
  • Working with kubectl in the terminal
  • Working with Manifest files in yaml
  • Configurations via ConfigMap and Secret
  • Working with Helm

Out of scope

  • Deep Dive Monitoring and Logging