TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Improving network isolation in Mesos with IP per container – Mesosphere

2 点作者 iamdeedubs超过 9 年前

2 条评论

DavidMankin超过 9 年前
This will really make it a lot easier to move existing apps to a PaaS setup on Mesos. I&#x27;m excited that I won&#x27;t need to do any more port re-mapping, and won&#x27;t need any more complicated Service Discovery tools. Instead I&#x27;ll just be able to address my containers using mesos-dns.<p>This is one of the biggest changes Google added to Kubernetes when moving from Borg, and it eliminates a lot of the complexity in Borg.
ej_campbell超过 9 年前
Dumb question, but rather than needing extra software (overlay networks) to manage the ip addresses, why not assign 100 private ip addresses per host and have Mesos pick one of those ups to assign to each container on the host as needed.