首页 > 解决方案 > 可组合架构是否与 PaaS 相同

问题描述

根据本网站可组合架构中的定义,可组合架构是:

https://www.hpe.com/us/en/what-is/composable-infrastructure.html

In composable infrastructure, compute, storage, and networking resources are abstracted 
from their physical locations,and can be managed by software, through a web-based interface. 
Composable infrastructure makes data center resources as readily available as cloud services, and is the foundation for private and hybrid cloud 
solutions.

可组合架构和平台即服务(例如 AWS 服务)之间有什么区别?

如果我在 AWS 中运行,我可以说我有一个可组合的架构吗?

标签: architecturepaas

解决方案


首先,可组合的基础设施是一种基础设施;不是一个平台,因此它与 PaaS 的比较是不正确的。比较应该是 IaaS,而不是 PaaS。

可组合基础设施和 IaaS 之间最基本的区别在于,在可组合基础设施的情况下,是您管理一切(在您自己的数据中心中),而在 IaaS 的情况下,基础设施管理的一部分由 IaaS 提供商负责。您可以查看https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/了解您管理的内容以及云提供商管理的内容.

可组合基础架构是一种在现有数据中心中使用 Chef、Puppet 和 Docker 等虚拟化管理工具和技术来获得 IaaS 灵活性的方法。您可以查看https://techbeacon.com/enterprise-it/5-things-you-need-know-about-composable-infrastructure了解更多信息。


推荐阅读