Building a Cloud-Native Use Case on a Hybrid Cloud Environment
It has been a wonderful journey so far! We walked through so much content in this book already, from OpenShift architecture to Pipelines, GitOps, and multi-cloud tools! We are now reaching our main goal with this book, which is helping you to make the best decisions and implement a good hybrid/multi-cloud strategy for your OpenShift footprint. To wrap up this book with helpful content, we will make a comprehensive review using a practical approach to building and deploying an application using most features we covered during this book: OpenShift Pipelines (Tekton), OpenShift GitOps (ArgoCD), Advanced Cluster Management, Quay, and Advanced Cluster Security.
Therefore, you will find the following in this chapter:
- Use case description
- Application build using OpenShift Pipelines and S2I
- Application deployment using OpenShift Pipelines and GitOps
- Adding security checks in the building and deployment process...