简体   繁体   中英

Kubernetes: pods network isolation



We need to know about pods network isolation.
Is there a possibility to access one pod from another one in cluster? Maybe by namespace dividing?
We also need pod 's membership in local networks, which are not accessible from outside.

Any plans? Is it will be soon?

In a standard Kubernetes installation, all pods (even across namespaces) share a flat IP space and can all communicate with each other.

To get isolation, you'll need to customize your install to prevent cross namespace communication. One way to do this is to use OpenContrail. They recently wrote a blog post describing an example deployment using the Guestbook from the Kubernetes repository.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM