youtube image
From YouTube: Lightning Talk: Domain-Oriented Microservice Architecture with Kuma - Mike Beaumont, Kong Inc

Description

Don’t miss out! Join us at our upcoming event: KubeCon + CloudNativeCon Europe 2023 in Amsterdam, The Netherlands from April 17-21. Learn more at https://kubecon.io​. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.

Lightning Talk: Domain-Oriented Microservice Architecture with Kuma - Mike Beaumont, Kong Inc

Microservice and service mesh architectures bring big benefits along with significant architectural complexity. A single call to one service can fan out to countless other microservices in a homogenous mesh, making debugging a Herculean task. Without cautious architecture an organization can end up with a "distributed monolith". One strategy to avoid this is the domain-oriented service architecture. A DOA applies the ideas of domain-driven design to a distributed system. Services are grouped into domains and domains communicate over gateways. Kuma (CNCF Sandbox project) has recently introduced first class support for a DOA architecture with its gateway feature. The new MeshGateway API features logical service level domain isolation and enforcement of cross domain routing and control policies. This talk illustrates how to achieve a domain-oriented architecture in a microservice platform with the power of Kuma's MeshGateway.