Strimzi - Apache Kafka on Kubernetes
Kafka on Kubernetes in a few minutes
Strimzi provides a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations.
Use the Quick Starts to get started now!
Secure by Default
- Built-in security
- TLS, SCRAM-SHA, and OAuth authentication
- Automated Certificate Management
Simple yet Configurable
- NodePort, Load balancer and Ingress options
- Rack awareness for HA
- Use dedicated nodes for Kafka
Kubernetes-Native Experience
- Use kubectl to manage Kafka
- Operator-based (What is an operator?)
- Manage Kafka using GitOps
What is Strimzi?
Strimzi provides a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations. For development it’s easy to set up a cluster in Minikube in a few minutes. For production you can tailor the cluster to your needs, using features such as rack awareness to spread brokers across availability zones, and Kubernetes taints and tolerations to run Kafka on dedicated nodes. You can expose Kafka outside Kubernetes using NodePort, Load balancer, Ingress and OpenShift Routes, depending on your needs, and these are easily secured using TLS.
The Kube-native management of Kafka is not limited to the broker. You can also manage Kafka topics, users, Kafka MirrorMaker and Kafka Connect using Custom Resources. This means you can use your familiar Kubernetes processes and tooling to manage complete Kafka applications.
Getting Help
If you encounter any issues while using Strimzi, you can get help several different ways:
- Send an email to the Strimzi Mailing list
- Ask your question on the Strimzi Slack Workspace
Contributing
Do you want to contribute to the Strimzi project? Learn how you can contribute on our Join Us page.
Project Roadmap
Learn about the future plans for the project by viewing the roadmap.