A selection of exercises for Kubernetes (K8s).
The exercises are ordered in the way we think it makes sense to introduce Kubernetes concepts.
There are tree variants of the ingress exercise - one of them is Google Kubernetes Engine (gke) specific, whereas the two others are generic and should work on any Kubernetes cluster.
You can find a summary of many of the commands used in the exercises in the cheatsheet.md.
- 00-setup-kubectl-linux -
Skip if you've already installed
kubectl
and have access to a cluster. - 00-setup-namespace - Skip if you've already created a personal namespace and set it as your default.