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.