Replies: 1 comment
-
|
The only option is currently to disable the Cluster Operator from managing the network policies (see https://strimzi.io/docs/operators/latest/full/deploying.html#ref-operator-cluster-str, look for Keep in mind that:
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I am running Strimzi 0.45.0. For my Kafka cluster I declare a TLS listener, enable metrics and the JMX port.
For all those, the Cluster Operator generates a NetworkPolicy for the ports 9093, 9404 and 9999.
I can limit the access of the port 9093 using networkPolicyPeers, but there seems to be no such option for the ports 9404 and 9999.
How can I limit the access to these ports?
Thanks!
Michael
Beta Was this translation helpful? Give feedback.
All reactions