- Application packaging for Kubernetes
- An application packaged for Kubernetes
- Cluster service for managing deployed charts
- Local tool to interact with
tiller
- UI for listing available charts
- Can be hosted on the cluster
- Install
helm
locally - Install tiller on the cluster
helm init
- Wait for
tiller
to deploy on the clusterkubectl get pods --all-namespaces -w