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 on the Kubernetes context with the
kind
prefix.
Verification
-
The Kubernetes CLI reports that the current context is your cluster with the
kind
suffix:$ kubectl config current-context