Istio

来自Gea-Suan Lin's Wiki
Gslin讨论 | 贡献2019年1月16日 (三) 09:19的版本 →‎設定
跳到导航 跳到搜索

Istio是一套串接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

外部連結