debian-mirror-gitlab/doc/install/kubernetes/preparation/tools_installation.md

20 lines
861 B
Markdown
Raw Normal View History

2019-05-30 16:15:17 +05:30
# Installing kubectl and Helm on your computer
2018-11-08 19:23:39 +05:30
2019-05-30 16:15:17 +05:30
In order to work with the GitLab Helm charts, `kubectl` and `helm` must be installed and configured on your computer.
## Installing `kubectl`
`kubectl` is the Kubernetes command line tool, which can be used to deploy settings to the cluster.
Follow the [official documentation](https://kubernetes.io/docs/tasks/tools/install-kubectl/) for the most up to date instructions.
## Installing `helm`
Helm is a package management tool for Kubernetes, and is used to deploy charts.
You can get Helm from the project's [releases page](https://github.com/kubernetes/helm/releases), or follow other options under the official documentation of [Installing Helm](https://docs.helm.sh/using_helm/#installing-helm).
# Next steps
Once installed, proceed to the next [installation step](../gitlab_chart.md#prerequisites).