[쫌 어려움] 쿠버네티스 네트워크를 이해해보자
https://jonnung.dev/kubernetes/2020/02/24/kubernetes-pod-networking/
조은우 개발 블로그
jonnung.dev
https://medium.com/google-cloud/understanding-kubernetes-networking-pods-7117dd28727
Understanding kubernetes networking: pods
This post is going to attempt to demystify the several layers of networking operating in a kubernetes cluster. Kubernetes is a powerful…
medium.com
https://kubernetes.io/docs/concepts/cluster-administration/networking/
Cluster Networking
Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address: Highly-coupled container-to-container communications: this is solved by Pods and lo
kubernetes.io
https://arisu1000.tistory.com/27850
쿠버네티스 네트워킹 : 포드 네트워킹(kubernetes pod networking)
쿠버네티스는 일반적인 도커 네트워크와는 다른 구조를 가지고 있습니다. 여러대의 노드를 사용해서 클러스터를 구성하는데 개별 노드에 뜬 포드들이 서로 IP를 통해서 통신을 할 수 있는 구조
arisu1000.tistory.com
https://bluese05.tistory.com/15
Docker Network 구조(1) - docker0와 container network 구조
Docker Network 구조(1) - docker0와 container network 구조 [Contents] 1. Docker Network 구조(1) - docker0와 container network 구조 2. Docker Network 구조(2) - Container network 방식 4가지 3. Docker..
bluese05.tistory.com