Quick start

Quick Start with Helm Chart

General

  1. Clone/Copy Chart to your working directory

  2. Execute command

    helm repo add kafbat-ui https://kafbat.github.io/helm-charts
    helm install kafbat-ui kafbat-ui/kafka-ui

Passing Kafbat-UI configuration as Dict

Create values.yml file

yamlApplicationConfig:
  kafka:
    clusters:
      - name: yaml
        bootstrapServers:  kafka-cluster-broker-endpoints:9092
  auth:
    type: disabled
  management:
    health:
      ldap:
        enabled: false

Install by executing command

Passing configuration file as ConfigMap

Create config map

This ConfigMap will be mounted to the Pod

Install by executing the command

Passing environment variables as ConfigMap

Create config map

Install by executing the command

Last updated

Was this helpful?