Microservice Powered Orchestration discusses using a microservice architecture and microservice bus (MSB) solution for ONAP orchestration. Some key points:
- Microservices allow ONAP components to scale independently and integrate diverse seed codes, improving reliability and scalability.
- MSB provides service registration, discovery, and routing to address challenges of direct client-microservice communication and dynamic service endpoints.
- MSB features include high availability, separated gateways, extensibility through plugins, service health monitoring, and acting as a single entry point for ONAP.
- MSB could fit into ONAP by handling service discovery and routing between components, and providing a reverse proxy for web applications