Articles

29 articles

How Kubernetes Works — The Mental Model
Technology - Non SAP 7 min read
Cloud-Native Architecture · Ch 3

How Kubernetes Works — The Mental Model

Kubernetes manages containers at scale — but most explanations skip the mental model. This post explains clusters, pods, deployments and self-healing in plain English.

KubernetesHow Kubernetes Works
Event-Driven Architecture — The Concept Behind Modern Integration
Technology - Non SAP 10 min read
Event-Driven & Messaging · Ch 1

Event-Driven Architecture — The Concept Behind Modern Integration

Systems that wait to be asked are request-driven. Systems that react to what happens are event-driven. This post explains event-driven architecture — events vs commands vs queries, pub/sub patterns, event brokers like Kafka and SAP Event Mesh, and when this approach makes sense versus when it does not.

Event-Driven ArchitectureEDA