...

/

Connect Helm With A Cluster

Connect Helm With A Cluster

Learn how to configure kubectl and helm to use the kind cluster.

We'll cover the following...

Connect kubectl and helm with a cluster

If you’ve never connected to any Kubernetes cluster before, you should have only one configuration context. To check it, let’s run a command in a terminal, as follows:

Press + to interact
kubectl config get-contexts

The output will be the following:

 ...