Skip to content

Instantly share code, notes, and snippets.

@surajssd
Last active July 10, 2019 08:07
Show Gist options
  • Save surajssd/095b68039e1e1b4a22df396171297f94 to your computer and use it in GitHub Desktop.
Save surajssd/095b68039e1e1b4a22df396171297f94 to your computer and use it in GitHub Desktop.
deploy istio
# download the release from https://istio.io/docs/setup/kubernetes/#downloading-the-release
cd ~/study/istio-setup/istio-1.2.2/
kubectl apply -f install/kubernetes/istio-demo-auth.yaml
kubectl get pods,svc -n istio-system
sleep 200
kubectl apply -f <(istioctl kube-inject -f samples/bookinfo/platform/kube/bookinfo.yaml)
kubectl apply -f samples/bookinfo/networking/bookinfo-gateway.yaml
kubectl apply -f samples/bookinfo/networking/destination-rule-all-mtls.yaml
kubectl get pods,svc
kubectl get pods,svc --all-namespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment