Local Cluster Setup¶
Minikube¶
- To setup a local K8s cluster, use Minikube which is a single node cluster with both master and worker processes installed and a docker runtime.
- Minikube creates a virtual box on your local machine. The node runs inside that virtual box.
- This can be used for testing.
- Image
Installation (Mac)¶
This will install Kubectl as well
Spin up a minikube¶
Check status¶
Last updated: 2022-08-29