Cannot telnet zookeeper 2181 port when i deploy busybox in the same namespace of k8s #8357
Answered
by
scholzj
obitoquilt
asked this question in
Q&A
-
I test connection to zookeeper 2181 port, when i deploy busybox in the same namespace to zookeeper, i cannot telnet zookeeper 2181. telnet 10.0.0.11 2181 |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Apr 7, 2023
Replies: 1 comment 1 reply
-
There are network policies protecting the port. So I guess that might prevent you from connecting assuming your infra supports network policies. Also, keep in mind that the port is protected by mTLS, so even if telnet connects to it you will not be able to talk with ZooKeeper. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
obitoquilt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are network policies protecting the port. So I guess that might prevent you from connecting assuming your infra supports network policies. Also, keep in mind that the port is protected by mTLS, so even if telnet connects to it you will not be able to talk with ZooKeeper.