Microservice Architecture with Spring Cloud, Prometheus, Grafana, and Keycloak using Kubernetes

Microservices with Spring Cloud

When I started research on building microservice architecture with completely opensource software, I established the following as key guiding principles: Opensource technology stack, which is proven & battle-tested for production systems Applying API Gateway pattern for Microservices Wider developer community support with active support (in case there are issues or troubleshooting needed) Good documentation with easily accessible learning material These principles helped me to choose the technology stack, which has…

Read More