1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/helm-understanding-helm.adoc
2019-12-20 21:16:56 +00:00

17 lines
704 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/helm/getting-started-with-helm-on-openshift.adoc
[id="understanding-helm_{context}"]
= Understanding Helm
Helm is a command-line interface (CLI) tool that simplifies deployment of applications and services to {product-title} clusters. Helm uses a packaging format called charts. A Helm chart is a collection of files that describes {product-title} resources.
== Key features
Helm provides the ability to:
* Search through a large collection of charts stored in the chart repository.
* Modify existing charts.
* Create your own charts with {product-title} or Kubernetes resources.
* Package and share your applications as charts.