KUBE_SERVICE inserting REJECT rules in iptables KUBE_SERVICE inserting REJECT rules in iptables kubernetes kubernetes

KUBE_SERVICE inserting REJECT rules in iptables


I have the same problem, and it turns out that the selector is wrong.After fixing that, everything works just fine.


The REJECT is inserted when a particular service has 0 endpoints. The selector in your Service.spec must be wrong or you don't have any pods running.