Skip to content

Instantly share code, notes, and snippets.

@msoranno
Created October 28, 2018 19:05
Show Gist options
  • Save msoranno/aeb78bd38168e0557bf70c9b79633780 to your computer and use it in GitHub Desktop.
Save msoranno/aeb78bd38168e0557bf70c9b79633780 to your computer and use it in GitHub Desktop.
instalación de istio
1000 git push origin aot
1001 ./start_minikube.sh
1002 minikube ip
1003 minikube get node
1004 minikube get nodes
1005 kubectl get nodes
1006 kubectl get pods --all-namesaces
1007 kubectl get pods --all-namespaces
1008 mkdir istio
1009 cd istio
1010 curl -L https://git.io/getLatestIstio | sh -
1011 ls -alrt
1012 cd istio-1.0.3/
1013 cd bin
1014 sudo cp istioctl /usr/local/bin/
1015 cd
1016 istioctl
1017 istioctl version
1018 cd istio/
1019 ls -alrt
1020 cd istio-1.0.3/
1021 ls -alrt
1022 kubectl apply -f ./install/kubernetes/helm/istio/templates/crds.yaml
1023 kubectl apply -f ./install/kubernetes/istio-demo-auth.yaml
1024 kubectl get pods --all-namespaces
1025* kubectl get
1026 kubectl get pods --all-namespaces
1027 kubectl get pods -n istio-system -w
1028 kubectl get pods -n istio-system
1029 history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment