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

相關連結

外部連結