- kafka-ui.yaml - Default configuration with 2 kafka clusters with two nodes of Schema Registry, one kafka-connect and a few dummy topics.
- kafka-clusters-only.yaml - A configuration for development purposes, everything besides
kafka-ui
itself (to be run locally). - kafka-ui-ssl.yml - Connect to Kafka via TLS/SSL
- kafka-cluster-sr-auth.yaml - Schema registry with authentication.
- kafka-ui-auth-context.yaml - Basic (username/password) authentication with custom path (URL) (issue 861).
- kafka-ui-connectors.yaml - Configuration with different connectors (github-source, s3, sink-activities, source-activities) and Ksql functionality.
- kafka-ui-jmx-secured.yml - Kafka’s JMX with SSL and authentication.
- kafka-ui-reverse-proxy.yaml - An example for using the app behind a proxy (like nginx).
- kafka-ui-sasl.yaml - SASL auth for Kafka.
- kafka-ui-traefik-proxy.yaml - Traefik specific proxy configuration.