Skip to content

Service Mesh for the Developer (with examples using Kuma Mesh kuma.io)

License

Notifications You must be signed in to change notification settings

gAmUssA/kuma4devs

Repository files navigation

Hands-On Workshop: Getting Started with Service Mesh

Hello and welcome to the "Getting Started with Service Mesh" workshop. Service mesh is a powerful pattern for managing communication between microservices in a distributed system. It decouples networking concerns from application code, making developing, deploying, and managing your services more manageable. As a developer, you might be familiar with some of these networking functionalities many frameworks toolkits provide. However, adopting a service mesh can unlock even more capabilities and improve your applications' security, reliability, and observability.

Service Mesh Architecture
Figure 1. Kuma Service Mesh Architecture
Service Mesh Architecture
Figure 2. Demo Application Architecture