Skip to main content

CloudHub Overview

 Couldhub  is an integration platform as a service (iPaaS) where you can deploy sophisticated cross-cloud integration applications in the cloud, create new APIs on top of existing data sources, integrate on-premises applications with cloud services, and much more.

Create an Application for CloudHub

app
For examples of more applications, see Anypoint Exchange.

You can deploy the same Mule applications to CloudHub or to an on-premises server. There are some differences in how features work between the environments, which you need to consider when you plan your deployment strategy. See Deployment Options.

Deploy your Application to CloudHub

deploy

Learn how you can deploy your applications to CloudHub:

Easy Scalability

CloudHub is an elastic cloud, meaning it scales on demand. You can start small and scale up as your needs grow, without changing your applications or experiencing downtime. CloudHub provides a scalable architecture – one on which you can build integration applications, publish REST APIs, or Web services, and much more.

Integration with Anypoint Studio

Using Anypoint Studio (Studio), you can build integration applications and deploy them to CloudHub with just a few clicks. You can then access them like any other application deployed through the platform, by signing in toLeaving the Site Anypoint Platform and then navigating to Runtime Manager. See Deploy an Application from Studio.

Integrate Cloud and Enterprise Applications

The CloudHub Anypoint Virtual Private Cloud (Anypoint VPC) enables you to construct a secure pipe to on-premises applications through an IPsec VPN tunnel, Anypoint VPC peering, a transit gateway, or AWS Direct Connect.

CloudHub API

To automate tasks or automatically deploy to CloudHub, use the CloudHub APILeaving the Site. This enables you to perform tasks such as manage and monitor your applications, and scale your applications.

Manage your Application

manage

Learn how you can manage an application that is currently running in CloudHub:

Manage Applications in Runtime Manager

Maintain your applications on CloudHub through the Runtime Manager, an intuitive cloud console where you can manage and monitor every aspect of your applications in a centralized location.

You can view the live status and detailed service history for the Runtime Manager console, platform services, and the CloudHub worker cloud on status.mulesoft.comLeaving the Site for the US platform. For the EU platform, visit eu1-status.mulesoft.comLeaving the Site.

Monitor your Applications

monitor

Through various tools, Runtime Manager enables you to triage problems, view logs, set up alerts, view dashboards, and more. See Monitor Applications for an overview on the different ways that Runtime Manager enables you to monitor your running applications.

Heap dumps cannot be shared. Instead, our Support Center representatives can analyze the dumps and share the required information with you.

Limitations

When deploying to CloudHub, keep in mind the following limitations:

  • CloudHub blocks outbound SMTP traffic when more than 20 emails are sent in one hour.

  • CloudHub deployment from Flow Designer fails when the external identity is set up.

Comments

Popular posts from this blog

Microservices design patterns

Microservices design pattern Next :  saga-design-pattern-microservices

Runtime Fabric (RTF)

MuleSoft's Anypoint Runtime Fabric (RTF) has many features that help with deployment and management of Mule applications: Deployment: RTF can deploy applications to any environment, including on-premises, in the cloud, or in a hybrid setup. It can also automatically deploy Mule runtimes into containers. Isolation: RTF can isolate applications by running a separate Mule runtime server for each application. Scaling: RTF can scale applications across multiple replicas. Fail-over: RTF can automatically fail over applications. Monitoring and logging: RTF has built-in monitoring and logging capabilities to help teams troubleshoot issues and gain insights into application performance. Containerization: RTF supports containerization, which allows applications to be packaged with their dependencies and run consistently across different environments. Integration: RTF can integrate with services like SaveMyLeads to automate data flow between applications. Management: RTF can be managed with A...

MQ-Based Integration vs. REST API-Based Integration: Choosing the Right Path for Your Architecture

In today's interconnected world, integration is at the heart of seamless operations.  Two of the most popular methods for connecting systems are  1. Message Queue (MQ)-based integration  2. REST API-based integration. But how do you choose the right one for your needs? 🔄 MQ-Based Integration : - Asynchronous Communication : Ensures reliability and resilience, allowing systems to communicate without waiting for an immediate response. Perfect for handling high volumes of data and complex workflows. - Decoupled Systems : MQ allows systems to operate independently, reducing dependencies and enhancing scalability. - Guaranteed Delivery : Messages are queued and delivered even if the destination system is temporarily unavailable, ensuring that no data is lost. 🌐 REST API-Based Integration : - Synchronous Communication : Ideal for real-time, request-response interactions where immediate feedback is needed. - Ease of Use : REST APIs are widely adopted, easy to implement, and pe...