Helm

Kubernetes package manager

Overview

As defined on the official website, Helm helps with Kubernetes package management.
You can think of it as playing a role similar to package management tools such as yum or apt on Linux, npm for Node.js, and pip for Python.

References