Connection test working on netcat but not on telnet

12/23/2019

I am doing a connection test from a pod in kubernetes using netcat and telnet and the test from netcat is working fine and not from telnet. The pod runs a nodejs container and the connectivity from nodejs application is also failing.

telnet from every other pod on the same node works fine. I am completely lost on to why this is happening

-- Teja
kubernetes
netcat
telnet

0 Answers