Service Mesh - MacKittipat/note-developer GitHub Wiki

What is service mesh

  • A service mesh is a dedicated infrastructure layer that you can add to your applications. It allows you to transparently add capabilities like observability, traffic management, and security, without adding them to your own code
  • Service meshes have three main goals around interservice communication:
    • Connectivity : service discovery, load balancing, retries, timeouts, circuit breaking, and rate limiting
    • Security
    • Observability

References