Created
February 6, 2018 15:09
-
-
Save salrashid123/a9b6b7e9ee8c24aa43ea1433658b11ec to your computer and use it in GitHub Desktop.
istio_install_03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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