Streaming and Messaging on k8or

Streaming and messaging play a role in enabling real-time communication and automated workflows within Kubernetes environments. Learn More
Select Product Version Description Notes
Cloudevents
Cloudevents
Focuses on event structure and metadata, allowing flexibility in choosing the transport.
NATS Lightweight, open-source, high-performance messaging system based on the publish-subscribe pattern.
Kafka
kafka
More complex to manage but suitable for large-scale deployments and demanding performance needs.
KubeMQ Offers multiple message patterns (publish-subscribe, queues, fan-out) and integrates seamlessly with Kubernetes.
Pulsar
pulsar
Open-source, distributed messaging platform offering high performance, scalability, and low latency.
RabbitMQ Mature, open-source message broker supporting message queues, pub/sub, and RPC patterns.