-
Couldn't load subscription status.
- Fork 4
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.
- Install the
kubectlCLI tool.
- Install the
helmKubernetes package manager.
- Download the
kubeconfigfile for your previously deployed Kubernetes cluster.
Copyright 2021 Telecom Steve