Skip to content

2. Installing Cluster Management Tools

Steven Platt edited this page Aug 23, 2021 · 1 revision

The Helm package manager is used to deploy services to the Kubernetes cluster. To deploy services to the Kubernetes cluster both kubectl and the helm cli must be installed to your local machine.

I addition to installing kubectl and the helm cli, kubectl must be configured to connect to the newly deployed Kubernetes cluster. This is done by downloading the new kubeconfig file created with the new Kubernetes cluster.

  1. Install the kubectl CLI tool.

Kubectl install instructions

  1. Install the helm Kubernetes package manager.

Helm install instructions

  1. Download the kubeconfig file for your previously deployed Kubernetes cluster.

Kubeconfig installation instructions

Clone this wiki locally