Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.13 KB

platform-as-a-service.md

File metadata and controls

23 lines (18 loc) · 1.13 KB
title status category draft tags
Platform as a Service (PaaS)
Deprecated
Technology
true
fundamental
platform

A Platform as a Service, or PaaS, is an external platform for application development teams to deploy and run their apps. Heroku, Cloud Foundry, App Engine are examples of PaaS offerings.

Problem it addresses

To take advantage of cloud native patterns like microservices or distributed applications, operations teams and developers need to be able to offload a significant amount of operations and maintenance work. These include tasks like provisioning infrastructure, handling service discovery and load balancing, and scaling applications.

How it helps

A PaaS provides common infrastructure tools to application developers in a fully automated fashion. It allows developers to understand and worry less about infrastructure and devote more time and effort to writing application code. It also provides some monitoring and observability to help application teams ensure their apps are healthy.