「Istio」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
(创建页面,内容为“'''Istio'''是一套串接micro-services的軟體。 == 安裝 == <syntaxhighlight lang="bash"> curl -L https://git.io/getLatestIstio | sh - </syntaxhighlight> ==…”)
 
行 17: 行 17:


== 外部連結 ==
== 外部連結 ==
* {{Official|https://istio.io/}
* {{Official|https://istio.io/}}


[[Category:軟體]]
[[Category:軟體]]

於 2019年1月16日 (三) 09:19 的修訂

Istio是一套串接micro-services的軟體。

安裝

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

設定

這邊是導入Kubernetes的方式。

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

外部連結