From e38bf0accbee94ea7109c37e49d4c9823824061f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Seguin?= Date: Fri, 31 Mar 2017 09:57:06 +0200 Subject: [PATCH] Add documentation about k8s chart --- docs/user-guide/kubernetes.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/kubernetes.md b/docs/user-guide/kubernetes.md index e489f403a..16aef0446 100644 --- a/docs/user-guide/kubernetes.md +++ b/docs/user-guide/kubernetes.md @@ -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