简体   繁体   English

IaaS 和 PaaS 的关系

[英]Relation of IaaS and PaaS

im trying to understand whats IaaS and PaaS and how they related to each other.我试图了解什么是 IaaS 和 PaaS 以及它们之间的关系。 There are a many picture like this有很多这样的图片在此处输入图像描述 In relation of this picture IaaS is a part of PaaS and PaaS cant stand alone, is that right?就这张图而言,IaaS 是 PaaS 的一部分,PaaS 不能独立存在,对吗? I mean…i could use a PaaS in my company and „put“ a PaaS on my own infrastucture?我的意思是……我可以在我的公司中使用 PaaS 并在我自己的基础设施上“放置”一个 PaaS? In this case i would manage the Virtualization Servers, Storage and Networking itself.在这种情况下,我将管理虚拟化服务器、存储和网络本身。
Can someone explain this?有人可以解释一下吗?

PaaS and IaaS differ from the management perspective (who manages what). PaaS 和 IaaS 从管理角度(谁管理什么)不同。 The are both different approaches on how to benefit from the cloud infrastructure.这两种方法都是关于如何从云基础架构中受益的不同方法。

Using a PaaS approach, you only care about your applications and data.使用 PaaS 方法,您只关心您的应用程序和数据。 The cloud vendor (Azure, AWS, GCP, ...) will be responsible for providing and maintaining the infrastructure but also for updating and patching the OS, the middleware and runtimes (.net, java, node.js, ...).云供应商(Azure、AWS、GCP……)将负责提供和维护基础设施,同时也负责更新和修补操作系统、中间件和运行时(.net、java、node.js……)。

Using the IaaS approach, the cloud vendor will be responsible for providing and maintaining the infrastructure while you'll be responsible for updating and patching the OS, the middleware and runtimes (.net, java, node.js, ...) and also for caring about your applications and data.使用 IaaS 方法,云供应商将负责提供和维护基础架构,而您将负责更新和修补操作系统、中间件和运行时(.net、java、node.js,...),并负责维护关于您的应用程序和数据。

So no, PaaS is not something you can 'put' on your company's infrastructure since doing so, you'll need to manage the underlying infrastructure and hence loose the benefits of the PaaS approach.所以不,PaaS 不是您可以“放置”在公司基础架构上的东西,因为这样做,您需要管理底层基础架构,从而失去 PaaS 方法的好处。

Does that make more sense?这更有意义吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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