/istiocon-helm-demo

https://events.istio.io/istiocon-2021/sessions/taming-istio-configuration-with-helm/

Primary LanguageShell

Script

Presentation: https://docs.google.com/presentation/d/19neNIPXJo83pDc26zrneypJ_SN96eLucFy8e6MIou4o/edit?usp=sharing

Initialize

> ./istio-init.sh

Present

http://lvh.me/productpage

> helm template --namespace default bookinfo-product | kubectl apply -f -
> helm template --namespace default bookinfo-details | kubectl apply -f -
> helm template --namespace default bookinfo-reviews | kubectl apply -f -
> helm template --namespace default bookinfo-policy | kubectl apply -f -
> helm template --namespace default egress | kubectl apply -f -

Reset

> ./istio-reset.sh