Working with your local Kind-powered Kubernetes cluster
Set your Kubernetes context to your local Kind-powered Kubernetes cluster.
Prerequisites
- You onboarded a Kind cluster.
- You have set your Kubernetes context to your local Kind-powered Kubernetes cluster.
Procedure
- Open the Podman Desktop tray.
- Go to Kubernetes.
- Click the Kubernetes context with the
kind
prefix.
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
kind
suffix:$ kubectl config current-context