logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Daneyon Hansen, Sunjay Bhatia
2023-04-20

tldr - powered by Generative AI

The presentation discusses the Gateway API extensions and their potential for developers to leverage in their implementations. The Gateway API project provides guidelines and documentation on how to develop extensions, and the community is actively developing enhancement proposals and discussing the future of Gateway API extensions.
  • Gateway API extensions are a powerful tool for developers to leverage in their implementations
  • Documenting use cases using Gateway API personas can help developers decide which extension point to leverage
  • The Gateway API project provides guidelines and documentation on how to develop extensions
  • The community is actively developing enhancement proposals and discussing the future of Gateway API extensions
Authors: Daniel Borkmann, Christopher M. Luciano
2022-05-20

Kubernetes provides many knobs for managing common system resources such as vCPUs and memory limits per Pod, but often forgotten is the effect of unbounded network communication in a cluster. A large churn of packets from several services can starve bandwidth for other services. Also, out of the box TCP congestion management is not optimal for Internet-facing services. In this talk we will explore how eBPF can be leveraged to dynamically insert logic for flexible, efficient and scalable rate limiting and bandwidth management on a per-Pod basis. This talk details: - The scalability limits of token bucket filters by the bandwidth plugin, and why EDT (Earliest Departure Time) combined with eBPF is a major step forward. - How TCP congestion control with BBR can now be leveraged for Pods thanks to eBPF for significantly improving application latency and throughput. - The benefits of enforcing bandwidth limits at the egress point and considerations when to use ingress enforcement.Click here to view captioning/translation in the MeetingPlay platform!