HELM is a package manager running on top of Kubernetes. Using HELM we can:
Upgrade
Install
Uninstall
Config, Instrument etc.
HELM makes it very easy to configure and manage Kubernetes resources. And it also provides version controls which is not provided by k8s. For example: If we want to create a nginx ingress cluster then we can do it easily using helm :