Create namespaces
export NAMESPACE=tutorial
kubectl create namespace $NAMESPACE
Install istio demo
istioctl install --set profile=demo
Install telemetry addons
Grafana
kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/grafana.yaml
Prometheus
kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/prometheus.yaml
Kiali
kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/kiali.yaml
Jaeger
kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/jaeger.yaml
Create ingress resources
kubectl apply ./gateway.yaml