Updated: 08 February 2025
Start a local Kubernetes cluster
minikube start
Access the Kubernetes dashboard, running within the minikube cluster
minikube dashboard
minikube
includes kubectl
which can be used like this
minikube kubectl -- <kubectl commands>