Minikube provides an easy way to spin up a single node Kubernetes cluster on a local machine. From https://minikube.sigs.k8s.io/docs/start/: #What you’ll need
- 2 CPUs or more
- 2GB of free memory
- 20GB of free disk space
- Internet connection
- Container or virtual machine manager, such as: Docker, QEMU, Hyperkit, Hyper-V, KVM, Parallels, Podman, VirtualBox, or VMware Fusion/Workstation
1. Download the installer from https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe
minikube start --memory=6144 cpus=8
kubectl create -f minikube\adminnamespace-dev.yaml
kubectl config set-context --current --namespace=a1b9b0-dev
kubectl config view --minify -o jsonpath='{..namespace}'
'a1b9b0-dev'
minikube dashboard