A Personal Implementation of the Strimzi Kafka Helm Chart
This project provides a personal version of the Strimzi Kafka Helm chart, designed to simplify the deployment and management of Kafka clusters in Kubernetes environments. It draws inspiration from the examples and resources available in the official Strimzi repository:
Strimzi Kafka Operator Repository
- Simplified Helm-based installation for Kafka clusters.
- Customizations tailored for personal use cases and experimentation.
- Built on Strimzi foundations, with added improvements based on practical examples.
This project aims to:
- Serve as a learning tool to understand and adapt Strimzi for various needs.
- Provide a streamlined, customizable Helm chart for deploying Kafka clusters.
To use this project, ensure you have the following:
- A Kubernetes cluster (version 1.20 or later)
- Helm (version 3.x or later)
- Optional reference: Strimzi Kafka Operator
- Clone the repository:
git clone https://github.com/your-username/strimzi-kafka-helmchart.git cd strimzi-kafka-helmchart
2.Install the Chart:
helm install my-kafka-cluster my-strimzi-kafka/strimzi-kafka-helmchart