Add documentation about k8s chart

This commit is contained in:
Stéphane Seguin 2017-03-31 09:57:06 +02:00 committed by Emile Vauge
parent 08c1871c98
commit e38bf0accb
No known key found for this signature in database
GPG key ID: D808B4C167352E59

View file

@ -12,7 +12,7 @@ on your machine, as it is the quickest way to get a local Kubernetes cluster set
2. The `kubectl` binary should be [installed on your workstation](http://kubernetes.io/docs/getting-started-guides/minikube/#download-kubectl).
## Deploy Træfɪk
## Deploy Træfik using a Deployment object
We are going to deploy Træfɪk with a
[Deployment](http://kubernetes.io/docs/user-guide/deployments/), as this will
@ -100,6 +100,18 @@ curl $(minikube ip)
> We expect to see a 404 response here as we haven't yet given Træfɪk any configuration.
## Deploy Træfik using Helm Chart
Instead of installing Træfik via a Deployment object, you can also use the Træfik Helm chart.
Install Træfik chart by:
```sh
helm install stable/traefik
```
For more information, check out [the doc](https://github.com/kubernetes/charts/tree/master/stable/traefik).
## Submitting An Ingress to the cluster.
Lets start by creating a Service and an Ingress that will expose the