Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 372 Bytes

minikube.md

File metadata and controls

16 lines (11 loc) · 372 Bytes

minikube: Run a Kubernetes cluster locally

(default driver: docker. Will create one single container)

Creating a minikube cluster for testing

$ minikube start --cpus=4 --memory=6g --addons=ingress
$ kubectl get nodes
$ kubectl get pods
$ kubectl get pods --all-namespaces
$ ( docker volume inspect minikube )

Iiii

$ iii