Skip to content

Instantly share code, notes, and snippets.

@saiyam1814
Created October 18, 2019 17:39
Show Gist options
  • Save saiyam1814/894bca880edf2b4a836a468c66f6ed85 to your computer and use it in GitHub Desktop.
Save saiyam1814/894bca880edf2b4a836a468c66f6ed85 to your computer and use it in GitHub Desktop.
kubectl create ns istio-system
kubectl label namespace default istio-injection=enabled
kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.3/samples/bookinfo/platform/kube/bookinfo.yaml
kubectl apply -f https://raw.githubusercontent.com/chrisurwin/rancher-istio/master/istio-gateway.yaml
kubectl apply -f https://raw.githubusercontent.com/chrisurwin/rancher-istio/master/istio-bookinfo-vs.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment