Responses from kubernetes containers getting lost
问题 I have installed kubernetes on openstack. The setup has one master and one node on coreos. I have a pod hosting an SIP application on UDP port 5060 and I have created service as NODEPORT on 5060. The spec: "spec": { "ports": [ { "port": 5061, "protocol": "UDP", "targetPort": 5060, "nodeport": 5060, "name": "sipu" } ], "selector": { "app": "opensips" }, "type": "NodePort" } IPs Public IP of node: 192.168.144.29 . Private IP of node: 10.0.1.215. . IP of the container: 10.244.2.4 . docker0