Load Balancer IP とは?
load balancer IP は LoadBalancer service が作成されたときに割り当てられる外部から到達可能なアドレスで、通常は cloud provider によって払い出されます。そのアドレスへの受信トラフィックはクラスター内へ、さらに service の backend へ転送されます。これは client や DNS レコードが指す安定した公開エンドポイントです。
なぜ重要か
load balancer IP は、service をインターネットに公開するために DNS 名の背後に置くものです。それが provider によって割り当てられると知ることで、表示に時間がかかる理由や、予約しない限り変わり得る理由が分かります。
関連ガイド
What Is the Node Port Range?The node port range is the band of high-numbered ports a cluster can allocate for NodePort services, exposing…
What Is External Traffic Policy?External traffic policy controls whether inbound external traffic to a service is routed to pods on any node…
What Is an Ingress Class?An ingress class names which ingress controller should handle a given ingress resource, letting multiple cont…