diff --git a/docs/usage_docs/authoring_charts.md b/docs/usage_docs/authoring_charts.md new file mode 100644 index 000000000..1f52b5cac --- /dev/null +++ b/docs/usage_docs/authoring_charts.md @@ -0,0 +1 @@ +#Coming Soon diff --git a/docs/usage_docs/getting-started-guide.md b/docs/usage_docs/getting-started-guide.md new file mode 100644 index 000000000..24f0b43a6 --- /dev/null +++ b/docs/usage_docs/getting-started-guide.md @@ -0,0 +1,22 @@ +#Under Construction + +#Getting Started Guide + +[Helm](https://helm.sh) 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](https://github.com/kubernetes/charts). If you want to make your own charts we have a guide for [authoring charts](authoring_charts.md). Charts should follow the defined [chart format](/docs/design/chart_format.md). + +Get started with the following steps: + +1. [Clone](github.com/kubernetes/helm) this project. + +2. Then, run `make build`. This will install all the binaries you need in `bin/` in the root of the directory. + +3. To see a list of helm commands, run `./bin/helm` + +4. `helm dm install` to install the server side component.