Minikube is a great utility to use when experimenting with Kubernetes official link
This repo will:
- Install Minikube (via Homebrew)
- Create a cluster
- Create a single pod running nginx
- Check the logs of that pod
- Detroy the cluster
The script(s) for this repo are under scripts/
Execute them with:
$ ./scripts/minikube.sh