From 94f10d89131740bb4ce1f3c9bb6baf864ce04803 Mon Sep 17 00:00:00 2001 From: Steve Waterworth Date: Wed, 23 Oct 2019 15:40:40 +0100 Subject: [PATCH] add note about helm chart --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9c8f459..f473655 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,15 @@ $ kubectl create namespace robot-shop $ kubectl -n robot-shop apply -f K8s/descriptors ``` +Alternatively there is a helm chart for Stan's Robot Shop. + +```shell +$ cd K8s/helm +$ helm install --name robot-shop --namespace robot-shop . +``` + +There are some customisations that can be made see the [README](K8s/helm/README.md). + To deploy the Instana agent to Kubernetes, just use the [helm](https://hub.helm.sh/charts/stable/instana-agent) chart. ```shell