Slide 31
Slide 31 text
What about Kubernetes ?
Pattern Kubernetes
Externalized configuration ✅ ConfigMaps + Secrets
Service discovery and registration ✅ Services
Circuit Breaker ✅ Service Mesh (Istio)
Database per service ❌ Non-Applicable
API gateway ✅ Ingress
CQRS & Event sourcing ❌ Non-Applicable
Log aggregation ✅ ELK Operator
Distributed tracing ✅ Service Mesh (Istio)
Audit logging ✅ Service Mesh (Istio)
Application metrics ✅ Grafana + Prometheus
Health check API ✅ Readiness & Liveness probes