docs/docs/eventing
Calum Murray 3ad1d9a853
Restructure eventing docs navigation (#5914)
* feat: restructure docs to match new navigation

Signed-off-by: Calum Murray <cmurray@redhat.com>

* fix: faq link is correct

Signed-off-by: Calum Murray <cmurray@redhat.com>

---------

Signed-off-by: Calum Murray <cmurray@redhat.com>
2024-03-20 13:37:20 +00:00
..
brokers Revert "drop eventing-rabbitmq (#5861)" (#5910) 2024-03-15 10:28:04 +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
experimental-features 💄 Reflect that the feature is not just for brokers, it is more... (#5841) 2024-01-30 09:31:50 +00:00
faq Restructure eventing docs navigation (#5914) 2024-03-20 13:37:20 +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 rename-sandbox (#5652) 2023-08-03 17:52:21 +00:00
sources Revert "drop eventing-rabbitmq (#5861)" (#5910) 2024-03-15 10:28:04 +00:00
sugar Update Sugar Controller docs (#4925) 2022-04-21 00:21:30 +00:00
triggers new trigger filters now in beta (#5713) 2023-10-16 15:19:47 +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 Mention auto-create on event registry doc (#5844) 2024-01-30 12:54:25 +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.