Why is Service Mesh …making Noise in DevOps world ?

Docker Turtle
1 min readJun 20, 2019

--

  1. We give you the ability to see your service, to see exactly where traffic is coming from, and where it is sending traffic
  2. Automatic observability, reliability, telemetry, and runtime diagnostics, all without any changes to the application code
  3. encrypt all service-to-service traffic, for instance, through TLS
  4. Generate TLS certificates and distribute them to the Proxies
  5. mTLS for all connections (encryption)
  6. Traffic routing
  7. Canary deployment is simple
  8. Authentication and Authorization between Microservices, by default

--

--

No responses yet