튜토리얼 K8s에서 서비스 네트워크 메시 이스티오를 구성해봅니다. 그리고 키알리를 통해 네트워크 UI를 직접 눈으로 확인해봅니다. 환경 centos7 docker 1.13.1-72 -> 20.10.8 kube 13 -> 22 helm 2.x -> 3.6.3 dashboard 1.10 -> 2.3.1 istio-1.11.0 설치 # k8s master에서 설치함. > cd istio-1.11.0 > vi ~/.bashrc export PATH="$PATH:/root/istio-1.11.0/bin" > istioctl install --set profile=demo -y ✔ Istio core installed ✔ Istiod installed ✔ Ingress gateways installed ✔ Egre..