Kubernetes provides multiple options to deploy applications. Herewith, one of the most common methods is to use the Helm package manager. It helps to install Kubernetes applications from remote repositories as well as create local Helm charts. Helm CLI communicates with a service called Tiller that triggers Kubernetes API to create objects like deployments, services, persistent volume claims, etc.
Helm is available on all master nodes of the Kubernetes Cluster by default and requires no additional configuration.