What is CloudHub 2.0?
We learned about CloudHub 1.0 in Chapter 9. In this chapter, we will be learning about another hosting option (i.e., CloudHub 2.0) provided by MuleSoft for running the application independently and securely.
CloudHub 2.0 is a cloud-based integration platform as a service (iPaaS) similar to CloudHub 1.0. It is a managed, multi-tenant service and is located globally over 12 regions for running the MuleSoft application in a containerized environment based on Kubernetes.
CloudHub 2.0 is elastic in nature; it can be scaled on demand. You can start with smaller workloads that can be scaled up as and when required. This can be achieved without experiencing any downtime in the applications or APIs.
Why CloudHub 2.0?
There are various reasons for choosing CloudHub 2.0, and those reasons are listed as follows:
- CloudHub 2.0 uses a Kubernetes-based architecture that allows you to achieve container-based application isolation. Each application deployed...