Replies: 2 comments 2 replies
-
|
One possible way to handle scenarios where there are a large number of proxied services on one namespace is to deploy multiple router pods so as to split the "port-load" among them. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
For each port of each service, the router starts a port for forwarding. However, the number of ports that can be started by each pod is limited (the number of ports opened by a single pod port in the local cluster test is 1600+), how to face the situation of a large number of forwarding scenarios?
Beta Was this translation helpful? Give feedback.
All reactions