How to customize NetworkPolicy for Burrow to access ZK #7088
Unanswered
scottc-git
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Looks like a related work is in proposed state. In the meantime, what can be a workaround? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to monitor consumer lags using Burrow, however, it could not connect to the zookeeper service IP. I found there is a NetworkPolicy created by Strimzi - which is nice.
According to this NetworkPolicy, port 2181 is open only for those Strimzi pods that have specific labels.
Question: Is there a way to customize this such that we can add more 'allowed' labels/pods such as Burrow?
Beta Was this translation helpful? Give feedback.
All reactions