Skip to content

Commit

Permalink
Update content/zh-cn/platform_as_a_service.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Yan <44219737+Rocksnake@users.noreply.github.com>
Signed-off-by: Jacob953 <jacob953@csu.edu.cn>
  • Loading branch information
2 people authored and Jacob953 committed Jun 22, 2022
1 parent c62a6e4 commit 94ba276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh-cn/platform_as_a_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ category: 技术
平台即服务(PaaS)是应用程序开发团队部署和运行其应用程序的外部平台。 Heroku、Cloud Foundry、App Engine 是 PaaS 产品的示例。

## 解决的问题
要利用好 [微服务](/microservices/)[分布式应用程序](/distributed_apps/) 等云原生模式,运维团队和开发人员需要能够免去大量运维工作, 其中包括供应基础设施、处理[服务发现](/service_discovery/) 和负载平衡以及[扩展](/scalability/) 应用程序等任务。
要利用好 [微服务](/zh-cn/microservices/)[分布式应用程序](/zh-cn/distributed_apps/) 等云原生模式,运维团队和开发人员需要能够免去大量运维工作, 其中包括供应基础设施、处理[服务发现](/service_discovery/) 和负载平衡以及[扩展](/zh-cn/scalability/) 应用程序等任务。

## 如何帮助
平台即服务(PaaS)以完全自动化的方式为应用程序开发人员提供通用基础设施工具。 它使开发人员可以了解基础设施并减少对基础设施的担忧,并将更多的时间和精力用于编写应用程序代码。 它还提供了一些监控和 [可观察性](/observability/) 来帮助应用程序团队确保他们的应用程序是健康的。

0 comments on commit 94ba276

Please sign in to comment.