mirror of https://github.com/helm/helm
839 B
839 B
#Under Construction
#Getting Started Guide
Helm helps you find and use software built for Kubernetes. With a few Helm commands you can quickly and easily deploy software packages like:
- Postgres
- etcd
- HAProxy
- redis
All of the Helm charts live at github.com/kubernetes/charts. If you want to make your own charts we have a guide for authoring charts. Charts should follow the defined chart format.
Get started with the following steps:
-
Clone this project.
-
Then, run
make build
. This will install all the binaries you need inbin/
in the root of the directory. -
To see a list of helm commands, run
./bin/helm
-
helm dm install
to install the server side component.