- Clone the repo
git clone https://github.com/devopswithbrad/kubernetes-class.git
Remember your minikube commands. Here is how to delete the cluster and start a fresh one. Remember docker needs to be running before minikube will work.
minikube delete
minikube start
- minikube (simulates Kubernetes in a docker container)https://minikube.sigs.k8s.io/docs/start/
- kubectl (Used for sending commands to kubernetes clusters): https://kubernetes.io/docs/tasks/tools/
- kubectx/kubens - for managing contexts to multiple clusters https://github.com/ahmetb/kubectx
- A powerful CLI tool for managing kubernetes https://k9scli.io/
- OpenLens - A GUI tool https://github.com/MuhammedKalkan/OpenLens
https://kubernetes.io/docs/home/
Want to watch a Kubernetes Documentary? Check out these videos:
Free book from Google. Talks about the need for a self-healing system.