Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I worked on an operator that manages Kafka in K8s. If you want to upgrade the brokers in a Kafka cluster, you generally do a rolling upgrade to ensure availability.

The operator will do this for you, you just update the version of the broker in the CR spec, it notices, and then applies the change.

Likewise, some configuration options can be applied at runtime, some need the broker to be restarted to be applied, the operator knows which are which, and will again manage the process of a rolling restart if needed to apply the change.

You can also define topics and users as custom resources, so have a nice Gitops approach to declaring resources.



Is there an open source version of this?


Not the OP, but Strimzi (strimzi.io/) is an open-source operator for running Kafka on Kubernetes.

Disclaimer: In my past job, I've worked at Red Hat, who are sponsoring Strimzi


Strimzi :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: