helm

Package manager for Kubernetes that manages charts and releases

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes package manager

Commands

helm

Examples

Search for available Helm charts in repositories$ helm search repo nginx
Install a Helm chart release into a Kubernetes cluster$ helm install my-release bitnami/nginx
List all deployed releases in the current cluster$ helm list