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.
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.