打开 http://www.katacoda.com/ ,找到kubernetes 环境

下载istio

curl -L https://istio.io/downloadIstio |sh -

添加环境变量

export PATH="$PATH:/root/istio-1.6.2/bin"

安装

istioctl mainifest apply --set profile=demo

查看状态

kubectl get po -n istio-system

打开sidecar 自动注入

kubectl label namespace default istio-injection=enabled

部署bookinfo应用

kubectl  apply -f samples/bookinfo/platform/kube/bookinfo.yaml

其他网站

www.kuboard.cn

https://labs.play-with-k8s.com/