docs/docs/eventing
Calum Murray 940473b4b5
feat: document cross namespace event links (#6073)
Signed-off-by: Calum Murray <cmurray@redhat.com>
2024-07-23 15:46:07 +00:00
..
brokers Add more information about Broker Developer Configuration Options (#5993) 2024-06-07 15:55:16 +00:00
channels rename-sandbox (#5652) 2023-08-03 17:52:21 +00:00
configuration Resolved the bug in the default styling of note (#5812) 2024-01-08 06:46:21 +00:00
custom-event-source rename sandbox to extensions - manual (#5661) 2023-08-17 09:33:42 +00:00
data Fix eventing tracing example images (#4357) 2021-10-13 07:25:49 -07:00
faq Restructure eventing docs navigation (#5914) 2024-03-20 13:37:20 +00:00
features feat: document cross namespace event links (#6073) 2024-07-23 15:46:07 +00:00
flows Fix sequence with broker image to show correct filter (#5229) 2022-09-24 00:08:13 +00:00
images Extend event mesh topic (#5484) 2023-03-21 16:17:54 +00:00
observability Migrate from k8s.gcr.io to registry.k8s.io (#5436) 2023-02-22 21:47:28 +00:00
reference General cleanup of sample and ref docs (#5117) 2022-07-20 15:00:01 +00:00
sinks Add JobSink documentation (#6005) 2024-06-07 12:43:30 +00:00
sources Update docs for Eventing TLS Beta (#5967) 2024-05-14 16:04:46 +00:00
sugar Update Sugar Controller docs (#4925) 2022-04-21 00:21:30 +00:00
triggers Update docs for Eventing TLS Beta (#5967) 2024-05-14 16:04:46 +00:00
troubleshooting Update ApiServerSource apiVersion in example (#5241) 2022-09-23 19:41:13 +00:00
OWNERS Update OWNERS_ALIASES to match autogen in community (#3406) 2021-04-06 16:58:49 -07:00
README.md Aligning the Eventing message w/ the README from its repo (#5635) 2023-07-21 12:55:13 +00:00
accessing-traces.md stackdriver was removed over a year ago (#5350) 2022-12-07 15:04:14 +00:00
event-delivery.md #4479: Fixed eventing formatting issues (#4604) 2021-12-21 02:54:17 -08:00
event-mesh.md 💄 Fixing broken link to Sinkbinding (#5497) 2023-03-22 10:08:53 +00:00
event-registry.md Update docs for Eventing TLS Beta (#5967) 2024-05-14 16:04:46 +00:00

README.md

Knative Eventing - The Event-driven application platform for Kubernetes

--8<-- "about-eventing.md"

Examples of supported Knative Eventing use cases:

  • Publish an event without creating a consumer. You can send events to a broker as an HTTP POST, and use binding to decouple the destination configuration from your application that produces events.

  • Consume an event without creating a publisher. You can use a trigger to consume events from a broker based on event attributes. The application receives events as an HTTP POST.

!!! tip Multiple event producers and sinks can be used together to create more advanced Knative Eventing flows{target=_blank} to solve complex use cases.

Eventing examples

:material-file-document: Creating and responding to Kubernetes API events{target=blank}

--8<-- "YouTube_icon.svg" Creating an image processing pipeline{target=blank}

--8<-- "YouTube_icon.svg" Facilitating AI workloads at the edge in large-scale, drone-powered sustainable agriculture projects{target=blank}

Next steps

  • You can install Knative Eventing by using the methods listed on the installation page.