PaaS
PaaS is the next generation of platforms to deliver applications in a quick and automated manner in production. With PaaS, the application delivering process looks very simple—there is no need to install and configure an application platform for web servers, databases, and so on. It is provided by the platform itself, OpenShift in our case. This means that you just need to upload your application code and database structures; the rest of it will be taken care of by PaaS
OpenShift leverages Kubernetes as a container management platform and adds several new important components and capabilities. Some of them are:
- Self-service Portal and Service Catalog
- Build and application deployment automation
- Built-in registry service
- Extended application routing

IaaS, PaaS, and SaaS cloud comparison
Comments
Post a Comment