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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Use VMs to host Containers?

2 点作者 riyakhanna1983大约 4 年前
We understand container vs VM security argument. However, are there real cost savings from not hosting containers in VMs? If so, are the benefits worth the security risks.

2 条评论

WolfOliver大约 4 年前
In order to gain a security benefits from having the container in VMs instead of bare metal you would have to make sure that the containers which do not trust each other are running on different Hosts (VM or bare metal)<p>If container A is a bad container and wants to attack or interfere with the container B. It is much easier for the container to do so if they are on same host. In this case it does not matter if the host is a VM or a bare metal machine.
throwaway888abc大约 4 年前
Also, don&#x27;t forget to factor in the management &#x2F; maintenance &#x2F; scalability etc.<p>Check K8s platform while evaluating <a href="https:&#x2F;&#x2F;kubernetes.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kubernetes.io&#x2F;</a> and <a href="https:&#x2F;&#x2F;www.kubecost.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kubecost.com&#x2F;</a>