docs/docs/eventing
Pierangelo Di Pilato c9f29b93e9
Document transport-encryption Eventing feature (#5642)
* Document transport-encryption feature

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Add verification and installation steps

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Add send event verification steps

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* adding nav bar entry (#3)

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

---------

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
2023-08-03 10:31:21 +00:00
..
brokers Using workloads instead of deployments on the documentation (#5596) (#5597) 2023-07-18 07:03:09 +00:00
channels Cleanup: remove ioutil for new go version (#5409) 2023-02-08 13:43:47 +00:00
configuration Add documentation for MTChannelBasedBroker (#5501) 2023-04-04 16:02:38 +00:00
custom-event-source Updates slack URLs to CNCF instance (#5392) 2023-01-26 02:27:39 +00:00
data Fix eventing tracing example images (#4357) 2021-10-13 07:25:49 -07:00
experimental-features Document transport-encryption Eventing feature (#5642) 2023-08-03 10:31:21 +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 Fixed broken link (#5535) 2023-04-14 14:17:52 +00:00
sources Update the usage of kafka a bit different to make clear that we offer implementation for Apache Kafka, not the other way around (#5461) 2023-03-10 09:46:24 +00:00
sugar Update Sugar Controller docs (#4925) 2022-04-21 00:21:30 +00:00
triggers Cleanup broker docs and snippets (#5193) 2022-08-31 18:05:18 +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 Adding some updates for the V1B2 EventType API, present in 1.11 release (#5615) 2023-06-28 11:46:02 +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.