1 Star 0 Fork 0

zhuchance / kubernetes

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
networking.md 684 Bytes
Copy Edit Raw Blame History
Meir Fischer authored 2014-11-09 22:12 . Fix grammar

Networking

Kubernetes gives every pod its own IP address allocated from an internal network, so you do not need to explicitly create links between communicating pods. However, since pods can fail and be scheduled to different nodes, we do not recommend having a pod directly talk to the IP address of another Pod. Instead, if a pod, or collection of pods, provide some service, then you should create a service object spanning those pods, and clients should connect to the IP of the service object. See services.

The networking model and its rationale, and our future plans are described in more detail in the networking design document.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/meoom/kubernetes.git
git@gitee.com:meoom/kubernetes.git
meoom
kubernetes
kubernetes
v0.5.1

Search

Bbcd6f05 5694891 0cc6727d 5694891