OpenShift Plus – a practical use case
Let’s consider the following use case. Try to use the concepts we covered in this book to identify which tool you could use to cover each requirement.
Use case: The company HybridMyCloud is developing an AI/ML application that has the following requirements:
- The application life cycle is comprised of Development, QA, Pre-prod, and Production environments.
- Development and QA can share the same underlying platform. Pre-prod and Production need to be separated due to regulatory needs. Production application needs to be in a private subnet, with no public direct access from the internet.
- The C-level and procurement department of HybridMyCloud signed a contract with AWS and, due to that, wants to host most resources there. However, they don’t want to be locked into it and want to have the ability to move the application to Azure when needed.
- This AI/ML application is based on containers and stateless, however...