Skip to content

Thinkport Kubernetes Workshop

The workshop includes 3 days of lecutre and excercises. On this page an overview of the excercises for Docker and Kubernetes is briefly given. You can start with the lab tasks by selecting the the topic in the navigation bar on the top of this page.

Day 1 Docker

On this day we will cover the basics of Docker (containerisation) and how to use it. This day includes:

  • Introduction to Docker and Docker CLI
  • Pulling and Pushing Images
  • Run Containers
  • Dockerfile Basics
  • Multi-stage Builds
  • Volumes and Persistence in Docker

Days 2 & 3 Kubernetes

Those days will cover the basics of Kubernetes (orchestration) and how to use it. Those days include:

  • Introduction to Kubernetes and kubectl CLI
  • Deployments, Services, and Pods
  • Helm Charts and Kustomize
  • ConfigMaps and Secrets
  • StatefulSets and DaemonSets
  • Networking in Kubernetes
  • Volumes
  • Ingresses