Deploying a Quarkus application on Kubernetes
TL;DR
We will see how to deploy in detail a Quarkus application into a Kubernetes cluster.
To achieve this goal, we will use:
Quarkus and Kubernetes
Usually, when people hear about Quarkus, they often think it's just a tool that speeds up the start of our application and consumes fewer computational resources. However, there's something very interesting as well: Quarkus is a Kubernetes-native framework with various extensions and functionalities that make working with Kubernetes easier.