Configuration

Most of the Helm charts parameters are common, follow table describes unique parameters related to application configuration.

Kafbat-UI parameters

Example

To install Kafbat-UI need to execute follow:

helm repo add kafka-ui https://kafbat.github.io/helm-charts
helm install kafka-ui kafka-ui/kafka-ui --set envs.config.KAFKA_CLUSTERS_0_NAME=local --set envs.config.KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092

To connect to Kafbat-UI web application need to execute:

kubectl port-forward svc/kafbat-ui 8080:80

Open the http://127.0.0.1:8080 on the browser to access Kafbat-UI.

Last updated