top | item 20121813

Apache Kafka on Kubernetes

6 points| jcamou | 6 years ago | reply

6 comments

order
[+] jcamou|6 years ago|reply
I am about to embark in this journey, maybe. Have been working with Kubernetes for quite sometime to the point where I'm fairly comfortable managing it, tweaking it and fine tuning it. Business demands something like Kafka but I'm not sure if I'm inflicting into on-call nightmare if I go with Kafka on Kubernetes. Thoughts?
[+] lberk|6 years ago|reply
You might want to check out strimzi[1]. They've got a couple quickstarts for minikube or okd to help get folks up and running.

[1] - https://strimzi.io/

[+] jcamou|6 years ago|reply
This looks interesting. Seems to be a bit more of a generic Kafka installation compared to the Confluence option. The fact that it makes it easy to run with Minikube is definately a plus.