zalando / nakadi

A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
https://nakadi.io
MIT License
952 stars 292 forks source link

Nakadi in K8S cluster? #1512

Open cloudcompute opened 1 year ago

cloudcompute commented 1 year ago

Hi

I have few question relating to Zalando architecture and Nakadi.

Zalando has hundreds of microservices and most of them must be running in K8S.

Zalando has an event-based architecture. Do the microservices follow the Choreography pattern? Kafka is hidden behind Nakadi and microservices read/write from/to Nakadi. Am I right?

Zalando uses Kubernetes a lot. For example, you have a Postgres Operator. Does Nakadi (including Kafka) also run in Kubernetes, if yes, is there any operator available? If not, how do you ensure its High Availability?

Thank you.