Working with your local Minikube-powered Kubernetes cluster
Set your Kubernetes context to your local Minikube-powered Kubernetes cluster.
Prerequisites
Procedure
- Open the Podman Desktop tray.
- Go to Kubernetes.
- Click the Kubernetes context named
minikube
.
note
Alternatively, use the status bar or the Podman Desktop Settings to set your Kubernetes context. For more details, see Viewing and selecting the current Kubernetes context.
Verification
-
The Kubernetes CLI reports that the current context is your cluster with the
minikube
name:$ kubectl config current-context