mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-27 00:31:12 +00:00
The structure of each deck should now be: - title slide - logistics (for live classes) - chat room info (for live classes) - shared/about-slides - */prereqs* (when relevant; mostly k8s classes) - shared/handson - */labs-live (for live classes) - shared/connecting (for live classes) - */labs-async - toc This is more uniform across the different courses (live and async; containers and K8S).
427 B
427 B
Pre-requirements
-
Familiarity with the UNIX command-line
(navigating directories, editing files, using
kubectl) -
Hands-on experience working with containers
(building images, running them; doesn't matter how exactly)
-
Kubernetes concepts
(pods, deployments, services, labels, selectors)
-
Ideally, you already have access to a Kubernetes cluster
(even if it's just a local one with KinD, minikube, etc.)