Helm

Back to Container Orchestration

The package manager for Kubernetes. Helm charts are collections of templated Kubernetes manifests with configurable values. Charts can be versioned, shared via repositories, and deployed as releases. Simplifies deploying complex applications with many resources and environment-specific configurations.

Key Properties

  • Kubernetes (Helm manages K8s resources)
  • GitOps (Helm charts are often deployed via GitOps)

cloud containers kubernetes