Node Port Range とは?
node port range は設定されたポートの範囲で、デフォルトでは三万番台のような高い帯域から、クラスターが各 NodePort service にポートを割り当てます。そのポートはすべての node で開かれ、service へ転送します。この範囲は、そうした service がいくつ存在できるか、どのポートを使えるかを制限します。
なぜ重要か
この範囲を知ることで、NodePort service が珍しい高いポートを使う理由と、firewall でそれらを allowlist に登録する方法が分かります。範囲を使い切ると新しい NodePort service を作成できなくなります。
関連ガイド
What Is a Cluster IP?A cluster IP is a stable virtual address assigned to a service that is reachable only inside the cluster and…
What Is a Load Balancer IP?A load balancer IP is the external address provisioned for a LoadBalancer service, the public entry point tha…
What Is External Traffic Policy?External traffic policy controls whether inbound external traffic to a service is routed to pods on any node…