Slide 39
Slide 39 text
Istioインストール
• istioctlインストール
➢ curl -sL https://istio.io/downloadIstioctl | sh -
• istioインストール
➢ istioctl install --set profile=default -y
• istioインストール確認
➢ kubectl get po,svc –n istio-system
• default namespaceに以下のラベルを付与
➢ kubectl label ns default istio-injection=enabled