Answers for "install istio on kubernetes on OS linux"

0

install istio on kubernetes on OS linux

#https://istio.io/latest/docs/setup/getting-started/
 curl -L https://istio.io/downloadIstio | sh -
 cd /etc/istio-1.9.3
 alias istioctl=/etc/istio-1.9.3/bin/istioctl
 istioctl version
 istioctl install
Posted by: Guest on April-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language