Self-hosted Kafka
Learn how to set up a self-hosted Kafka cluster for Seldon Core in development and learning environments.
Installing Kafka in a Kubernetes cluster
kubectl create namespace seldon-mesh || echo "namespace seldon-mesh exists"helm repo add strimzi https://strimzi.io/charts/ helm repo updatehelm install strimzi-kafka-operator strimzi/strimzi-kafka-operator --namespace seldon-mesh
Troubleshooting
Configuring Seldon Core 2
https://github.com/SeldonIO/seldon-core/blob/v2/scheduler/config/kafka-internal.json
Customizing the settings (optional)
https://github.com/SeldonIO/seldon-core/blob/v2/k8s/samples/values-runtime-kafka-compression.yaml
Configuring topic and consumer isolation (optional)
Next Steps
Last updated
Was this helpful?

