简体   繁体   English

结构化PAAS与非结构化PAAS

[英]Structured PAAS vs Unstructured PAAS

I came across this link . 我碰到了这个链接 What is the difference between Structured and Unstructured PAAS? 结构化和非结构化PAAS有什么区别?

An Unstructured PaaS will provide a container orchestrator and a container runtime, but few restrictions on how the platform can operate. 非结构化PaaS将提供一个容器编排器和一个容器运行时,但是对平台如何运行几乎没有限制。 It provides the most flexibility in terms of configuration and the ability to run arbitrary workloads, but it lacks governance and consistency, and can be very difficult to scale in organizations. 就配置和运行任意工作负载的能力而言,它提供了最大的灵活性,但是它缺乏治理和一致性,并且在组织中很难扩展。

A Structured PaaS offers many additional services to the container orchestrator. 结构化PaaS为容器协调器提供了许多其他服务。 It is geared toward allowing an operations team to define container packaging, OS versioning, user authentication and authorization, self-service provisioning of data services, and default implementations of logging, monitoring, and network security. 它旨在允许操作团队定义容器包装,操作系统版本控制,用户身份验证和授权,数据服务的自助服务设置以及日志记录,监视和网络安全性的默认实现。 A Structured Platform will automatically enforce the rules defined by the operations team, and ensure consistency throughout the entire environment. 结构化平台将自动执行操作团队定义的规则,并确保整个环境的一致性。 A Structured Platform has fewer requirements for manual configuration (and opportunities for human error), making it much less complex to scale for large workloads. 结构化平台对手动配置的要求(以及人为错误的机会)更少,因此,针对大型工作负载进行扩展的复杂性要低得多。

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

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