Skip to content

Instantly share code, notes, and snippets.

@relaxdiego
Created July 7, 2020 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save relaxdiego/baaa07c831ab55ed37885f51fa6bd89e to your computer and use it in GitHub Desktop.
Save relaxdiego/baaa07c831ab55ed37885f51fa6bd89e to your computer and use it in GitHub Desktop.
$ microk8s.start
Started.
Enabling pod scheduling
node/dev-18-04-2 already uncordoned
$ microk8s.status | grep istio
istio: disabled
$ cd /tmp
$ curl -L https://istio.io/downloadIstio | sh -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 107 100 107 0 0 105 0 0:00:01 0:00:01 --:--:-- 105
100 3896 100 3896 0 0 1978 0 0:00:01 0:00:01 --:--:-- 1902k
Downloading istio-1.6.4 from https://github.com/istio/istio/releases/download/1.6.4/istio-1.6.4-linux.tar.gz ...Failed.
Trying with TARGET_ARCH. Downloading istio-1.6.4 from https://github.com/istio/istio/releases/download/1.6.4/istio-1.6.4-linux-amd64.tar.gz ...
Istio 1.6.4 Download Complete!
Istio has been successfully downloaded into the istio-1.6.4 folder on your system.
Next Steps:
See https://istio.io/docs/setup/kubernetes/install/ to add Istio to your Kubernetes cluster.
To configure the istioctl client tool for your workstation,
add the /tmp/istio-1.6.4/bin directory to your environment path variable with:
export PATH="$PATH:/tmp/istio-1.6.4/bin"
Begin the Istio pre-installation verification check by running:
istioctl verify-install
Need more information? Visit https://istio.io/docs/setup/kubernetes/install/
$ export PATH="$PATH:/tmp/istio-1.6.4/bin"
$ istioctl install --set profile=demo
Detected that your cluster does not support third party JWT authentication. Falling back to less secure first party JWT. See https://istio.io/docs/ops/best-practices/security/#configure-third-party-service-account-tokens for details.
✔ Istio core installed
✔ Istiod installed
✔ Egress gateways installed
✔ Ingress gateways installed
✔ Addons installed
✔ Installation complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment