- From the Docker Dashboard, select the Settings.
- Select Kubernetes from the left sidebar.
- Next to Enable Kubernetes, select the checkbox.
- Select Apply & Restart to save the settings and then click Install to confirm. This instantiates images required to run the Kubernetes server as containers, and installs the
/usr/local/bin/kubectl
command on your machine.
- https://docs.docker.com/desktop/kubernetes/
- https://kubernetes.io/docs/reference/kubectl/cheatsheet/
kubectl config get-contexts
kubectl config use-context docker-desktop
brew install helm
helm version
chmod u+x uninstall.sh
./uninstall.sh