This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| network_stuff:service_mesh [2022/02/15 11:15] – created jotasandoku | network_stuff:service_mesh [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | K8s provides container tooling whereas service mesh provides __**microservices**__ tooling.\\ | + | Intimately related to k8s and microservices\\ |
| - | Is a set of transparent proxies | + | |
| + | |||
| + | * Is an infra layer to connect services (via application layer (restapi, | ||
| + | * A set of transparent proxies/sidecars (eg ngnix) intercept all Layer 7 traffic (basically https requests). The proxy is itself a container | ||
| + | * Use cases: | ||
| + | * Load balance traffic. More in the application level than anything. | ||
| + | * For some part of the world, expose a version of the application, | ||