Download Helm Chart
Helm is a package manager for Kubernetes that allows developers and operators to package, configure, and deploy applications and services onto Kubernetes clusters more easily.
- Install software
- Automatically install software dependencies
- Upgrade software
- Configure software deployments
- Fetch software packages from repositories
It uses a packaging format called charts and a command line tool Helm, which provides the user interface.
- chart - a bundle of information necessary to create an instance of a Kubernetes application.
- config - contains configuration information that can be merged into a packaged chart to create a releasable object.
- release - a running instance of a chart, combined with a specific config.
Helm Charts
A Chart is a collection of files that consist of a few YAML configuration files and templates rendered into Kubernetes manifest files. They are created as files laid out in a particular directory tree, which you can package into versioned archives that the system deploys.
A Chart is organized as a collection of files inside a directory. The directory name is the name of the Chart.
For more information on the Chart structure, see Helm Charts.
Download Control Center Helm Chart
IBM Sterling Control Center Container Helm charts from IBM public chart repository here (https://github.com/IBM/charts/blob/master/repo/ibm-helm/ibm-sccm-4.0.6.tgz).