linkerd / linkerd-examples

Examples of how to configure and run linkerd
https://linkerd.io
Apache License 2.0
431 stars 220 forks source link

TCP connection failed for host ip and the host port #238

Closed gurudattest closed 6 years ago

gurudattest commented 6 years ago

I have deployed couple of containers into a cluster and one of the pods is a daemonset and is configured with a host port. When I tried to connect to the host_ip and the host_port it fails. When manually tried to execute Test-NetConnection from the pod with the host IP and the port, it says Tcp connection didn't succeed. I'm using the kubernetes version v1.11. Are there any more dependencies, like a particular docker version etc.. I'm using the following in the daemonset yaml file.

ports:

Can someone please help me with this.