|
|
|
|
|
by zaroth
3206 days ago
|
|
Am I correct in assuming that there is the Kube Service IP routing happening via iptables DNAT to get the request into the Kube running the Ingress Controller, and then the Ingress Controller is on top of that routing traffic to another Service IP which also has to go through the iptables DNAT? |
|
https://github.com/kubernetes/ingress/tree/master/controller...