logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Mitch Connors, Lin Sun
2022-10-26

Istio is changing the way Cloud Native developers think about Application Networking concerns such as Routing, Security, and Observability.  Join us for our first maintainer session as an official CNCF Incubating Project!  We will cover our ongoing efforts to make operating your service mesh boring with Istio and an exciting new model for running your data plane, reducing resource usage, and increasing control over CVE exposure with our ambient sidecarless topology.
Authors: Wenbo Zhu, Sanjay Pujare
2022-05-19

tldr - powered by Generative AI

Introduction to gRPC and Proximal Service Mesh
  • gRPC enables remote procedure calls to make them almost as simple to use as in process direct calls
  • Microservice architecture is enabled by gRPC where a monolithic application is broken up into multiple microservices
  • Service mesh comes up to automate or manage the microservices
  • Proximal service mesh enhances gRPC to have the same traffic management and security functionality as the proxy
  • The services in the mesh talk to each other directly without the proxies