Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.31 KB

Readme.adoc

File metadata and controls

39 lines (27 loc) · 1.31 KB

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