Knative Eventing
Knative Eventing uses standard HTTP POST requests to send and receive events between event producers and sinks. These events conform to the CloudEvents specifications, which enables creating, parsing, sending, and receiving events in any programming language.
Knative Eventing components are loosely coupled, and can be developed and deployed independently of each other. Any producer can generate events before there are active event consumers that are listening for those events. Any event consumer can express interest in a class of events before there are producers that are creating those events.
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.
Multiple event producers and sinks can be used together to create more advanced to solve complex use cases.
Facilitating AI workloads at the edge in large-scale, drone-powered sustainable agriculture projects
Next steps
- You can install Knative Eventing by using the methods listed on the installation page.