kne icon indicating copy to clipboard operation
kne copied to clipboard

Disable nodeport auto allocation

Open alexmasi opened this issue 7 months ago • 1 comments

Do not allocate a NodePort for this LoadBalancer. MetalLB or the equivalent load balancer should handle exposing this service. Large topologies may try to allocate more NodePorts than are supported in default clusters.

https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-nodeport-allocation

https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport (by default <3k services are allowed, with nodes having ~5 services this limits topo size)

alexmasi avatar Jul 02 '24 21:07 alexmasi