User Tools

Site Tools


network_stuff:service_mesh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network_stuff:service_mesh [2022/02/15 11:38] jotasandokunetwork_stuff:service_mesh [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Is an infra layer to connect services (via application layer (Ali,URLs..). Network connectivity is abstracted and gave it for granted.\\ +Intimately related to k8s and microservices\\
-Is a set of transparent proxies to control plane+
  
  
- +  * Is an infra layer to connect services (via application layer (restapi,URLs..). All in the application layer, we don't worry about l1,l2,l3. Network connectivity is abstracted and gave it for granted. 
-K8s provides container tooling whereas service mesh provides __**microservices**__ tooling.\\+  * 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, for the other one expose, let's say, the beta version.
  
network_stuff/service_mesh.1644925098.txt.gz · Last modified: (external edit)