Skip to content

Only first among multiple clusters connecting properly #1072

Closed Answered by IndeedSi
swimand asked this question in Q&A
Discussion options

You must be logged in to vote

I tried it out with helm in our k8s cluster. My Kafka UI works fine with multiple clusters.
I have got multiple Kafka brokers started before this test

Here is my full values.yaml

ReplicaCount: 1

......

envs:
  secret: {}
  config:
    KAFKA_CLUSTERS_0_NAME: "dev"
    KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: "si-test1-broker:9092"
    KAFKA_CLUSTERS_0_ZOOKEEPER: "si-test1-zookeeper:2181"

    KAFKA_CLUSTERS_1_NAME: "test"
    KAFKA_CLUSTERS_1_BOOTSTRAPSERVERS: "si-test2-broker:9092"
    KAFKA_CLUSTERS_1_ZOOKEEPER: "si-test2-zookeeper:2181"

podAnnotations: {}

podSecurityContext: {}
  # fsGroup: 2000

securityContext:
  # capabilities:
  #   drop:
  #   - ALL
  # readOnlyRootFilesystem: true
…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Haarolean
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type/question An issue with a question which could possibly be converted into a discussion scope/k8s K8s or helm stuff (really annoying)
3 participants
Converted from issue

This discussion was converted from issue #1031 on November 10, 2021 12:09.