Skip to content

Instantly share code, notes, and snippets.

@xeviknal
Created July 28, 2020 16:04
Show Gist options
  • Save xeviknal/60ef9c92adb9c6e7b3ff71e0e41a1acc to your computer and use it in GitHub Desktop.
Save xeviknal/60ef9c92adb9c6e7b3ff71e0e41a1acc to your computer and use it in GitHub Desktop.
Istio 1.7 installation proces (jaeger, not zipkin)
#/bin/bash
istioctl install --set profile=demo
kubectl apply -f samples/addons/prometheus.yaml -n istio-system
kubectl apply -f samples/addons/jaeger.yaml -n istio-system
kubectl apply -f samples/addons/grafana.yaml -n istio-system
kubectl apply -f samples/addons/kiali.yaml -n istio-system
istioctl dashboard kiali
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment