I am deploying a k8s cluster locally using Kind. The image gets deployed ok and when I view the list of services I see the following
the service I'm trying to access is chatt-service
and if you notice the EXTERNAL-IP
is pending. I know minikube has a command which makes this accessible, but how do I do it on a Kind
cluster ?