Introduction
You already know that you will use Kubernetes as the cloud platform in this book. In the previous chapter, you learned about the Kubernetes objects that you will use with QuarkuShop. In this chapter, you will start implementing some cloud patterns and bring the monolithic universe (the monolithic application, PostgreSQL, and Keycloak) to Kubernetes.
Bringing the Monolithic Universe to Kubernetes
Before starting to work on the application code, you need to bring the PostgreSQL ...