logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Matei David
2023-04-20

tldr - powered by Generative AI

Linkerd is a service mesh for cloud-native microservices that provides failure resiliency, observability, and security.
  • The Gateway API standardizes some of the Ingress stuff and is mostly for North-South traffic.
  • Linkerd is working on adapting the HTTP route resources to make sense for East-West traffic.
  • If all pods start returning 500 errors all at once, they will all be taken out of circulation and apply the back-off penalty.
  • Linkerd does not yet support IPv6, but it is in the books.
  • EBPF is a cool technology, but it cannot do any State Management inside of it, making it difficult to handle circuit breaking, retries, and timeouts.
  • Linkerd supports EBPF, but when it comes to doing service mesh things, there is no substitute for the sidecar proxy.
Authors: Matei David
2022-05-20

tldr - powered by Generative AI

Overview of Linkerd project and its features
  • Linkerd is a service mesh for Kubernetes that provides observability, reliability, and security
  • It has a growing set of features including policy, circuit breaking, and header-based routing
  • The project has a large and active community
  • Linguity is a new extension that manages or installs the SMI CRDs and other SMI functionality
  • Linkerd is working on supporting FIPS 140-2 compliance systems
  • The project has graduated from the CNCF
  • Linkerd is a popular choice for those who want to improve their observability, reliability, and security in their Kubernetes clusters