The Anypoint control plane
The Anypoint control plane is a collection of products, tools, and services that together function as the central hub for managing and governing MuleSoft application runtime deployments and APIs. This control plane is architected as a set of microservices, allowing this central hub to be scalable, highly available, and fault tolerant. Furthermore, the services were built with an API-first design. This means development teams and operations teams have APIs at their disposal that can be used to interact with Anypoint Platform. In fact, there are three ways to interact with the services and components in the Anypoint control plane:
- Standard web frontend
- Anypoint Platform APIs
- The Anypoint Platform Command-Line Interface (CLI)
These services can be incorporated into your CI/CD pipeline and provide insight into its processes and performance via alerts and audit logs. In this book, we will primarily use the user interface web frontend of...