Introduction
Service discovery and registration: Made using the Kubernetes Deployment and Service objects
Externalized configuration: Made using the Kubernetes ConfigMap and Secret objects
Database per service: Made while splitting the monolith codebase using DDD concepts
Application metrics: Implemented using the SmallRye Metrics Quarkus extension
Health Check API: Implemented ...