MSA7 [K8S] Pod간 호출 방식 쿠버네티스 클러스터 같은 마이크로서비스 구조에서 다른 서비스를 어떻게 호출할 수 있을까에 대한 나름의 궁금증을 해결하기 위한 포스팅. 결론적으로 서비스간 호출시 DNS 같은 방식으로 서비스의 이름을 해당서비스 pod IP로 바꿔주는 절차가 존재한다...! 정확한 절차는 공식 문서를 참조하시고, 아래 문서는 다른 서비스 호출시 나름의 규칙을 정하기 위한 과정에서 나온 산출물임을 감안하고 읽어주세요..! https://www.notion.so/e7826a893a6e4375bd1e2f711fe244a5 서비스 호출 방식 내부 서비스 호출 방식 www.notion.so 2022. 6. 18. [K8S] 쿠버네티스 명령어 정리 네임스페이스 kubectl label namespace default istio-injection=disabled --overwrite kubectl label namespace default istio-injection=enabled kubectl get ns --show-labels kubectl create namespace istio-ingress kubectl get namespaces kubectl get namespace -L istio-injection kubectl get all --all-namespaces 자세히 보기 kubectl describe pod nginx-test-v1-759d464649-68kkz -o yaml kubectl get pod -o wide 엔드포인트 kube.. 2022. 6. 18. [istio] 설치 요구사항 정리 정리 문서: https://seen-echidna-7f4.notion.site/istio-d2a33964d0dc423db43166c33b90b25b istio를 쿠버네티스 클러스터에 설치하려면 pod와 네트워크 요구사항을 충족시켜야 한다. 아래 istio 공식 문서를 참고했다. https://istio.io/latest/docs/ops/deployment/requirements/ Application Requirements Requirements of applications deployed in an Istio-enabled cluster. istio.io 2022. 6. 18. [K8S] 쿠버네티스 설치 https://www.notion.so/44a4661c2b57483b87c142efe968c4b1 2022. 6. 18. 이전 1 2 다음