Quick start
Quick Start with Helm Chart
General
helm repo add kafbat-ui https://kafbat.github.io/helm-charts
helm install kafbat-ui kafbat-ui/kafka-uiPassing Kafbat-UI configuration as Dict
yamlApplicationConfig:
kafka:
clusters:
- name: yaml
bootstrapServers: kafka-cluster-broker-endpoints:9092
auth:
type: disabled
management:
health:
ldap:
enabled: falsePassing configuration file as ConfigMap
Passing environment variables as ConfigMap
Last updated
Was this helpful?