Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created February 6, 2018 15:09
Show Gist options
  • Save salrashid123/a9b6b7e9ee8c24aa43ea1433658b11ec to your computer and use it in GitHub Desktop.
Save salrashid123/a9b6b7e9ee8c24aa43ea1433658b11ec to your computer and use it in GitHub Desktop.
istio_install_03
wget https://github.com/istio/istio/releases/download/0.3.0/istio-0.3.0-linux.tar.gz
cd istio-0.3.0/
kubectl create -f install/kubernetes/istio.yaml
kubectl create -f install/kubernetes/istio-initializer.yaml
kubectl create -f install/kubernetes/addons/prometheus.yaml
kubectl create -f install/kubernetes/addons/grafana.yaml
kubectl create -f install/kubernetes/addons/servicegraph.yaml
kubectl create -f install/kubernetes/addons/zipkin.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment