You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For nodeport service, external user use the host node IP and service port to access the service.
After the traffic arrived at the host, it will be forwarded due to the port-forwarding which provider by rootlessctl(socat).
But for load balances service, an external IP must be assigned to the service. so that external user can accessed the service via this IP. But this external IP connection is broken due to no route from external network to slirp network crossing the host network.
It seems I can not ping from host to slirp network, but reverse it's OK.
And this prevent external user to access Load Balance Service in u7s cluster.
It there any solution?
The text was updated successfully, but these errors were encountered: