Istio

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索

Istio是一套基于Envoy串接micro-services的软件。

安装

curl -L https://git.io/getLatestIstio | sh -

设定

这边是导入Kubernetes cluster的方式:

kubectl apply -f install/kubernetes/helm/istio/templates/crds.yaml
kubectl apply -f install/kubernetes/istio-demo-auth.yaml

相关连结

外部链接