Sunday, August 9, 2020

Service mesh architecture

 

A typical service mesh architecture is made up of two network planes.

  • The Data Plane (proxy) is responsible for moving application request traffic between all the services. This plane is responsible for things like health checking, load balancing, authentication, authorization, etc.
  • The Control Plane provides policy and configuration for all the services in the mesh. It does not touch or care about the network packet, its main job is to configure the data plane.

Popular service mesh projects

Several technologies offer service mesh technologies. The most popular ones are:

No comments:

Post a Comment

Deploying Your Flask Application with Ease: A Step-by-Step Guide Using Microsoft Azure

  Summary:  This articles works perfectly. simple steps. check in api file to Git. add requirements.txt file . Trigger build using git actio...