Helm is a package manager for Kubernetes. This guide covers how you can quickly get started using Helm. Obviously, you must have Kubernetes installed. The official guide is available here.
Install Helm
The Helm project provides two ways to fetch and install Helm: from the binary releases or from script. These are the official methods to get Helm releases. In addition to that, the Helm community provides methods to install Helm through different package managers (unfortunately there are no packages for CentOS).
...