logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Dave Protasowski, Mauricio Salatino, Roland Huss, Paul Schweigert, Naina Singh
2023-04-21

tldr - powered by Generative AI

Knative Eventing: Building Event-Driven Applications
  • Knative Eventing is a platform for creating event-driven applications
  • It has primitives for building an event mesh with a broker at the center
  • Sources create cloud events and send them to the broker, which dispatches them to interested listeners
  • Triggers can be used to register applications to the broker with filters for event types
  • Eventing and serving can be used separately or together
  • Recent highlights include multi-namespace API server sources and event discovery
  • The roadmap includes improving performance and scalability of the serving API