OpenShift Implementation Patterns
Learn everything Implementation Patterns in OCP.
Implementation Pattern: Migration/Modernization of service to OCP
The services being migrated must have logical separation for the following architectural concerns:
- AuthN/AuthZ
- App Resiliency
- Traffic Management
- External Service Connectivity
- Other Microservice-specific functional concerns
OpenShift Service Mesh is the target solution to meet these architectural concerns. The following patterns will address the above concerns.
Application Resiliency - Circuit Breaker and Pool Ejection
AuthN/AuthZ through Service Mesh
Container Deployments through Service Mesh
Includes the following strategies:
- Canary Deployment
- A/B Deployment
- Traffic Mirroring
References
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 8, 2023: loadbalancer (e0d5315)