Ingress Class とは?
ingress class は、特定の ingress controller とそれが使用するパラメータを識別するリソースで、ingress resource はそれを参照してハンドラーを選択します。これにより、内部用と外部用のように、1 つの cluster で複数の controller を競合なく実行できます。default の class は、どれも指定しない ingress を処理します。
なぜ重要か
ingress class は、2 つの controller が同じルートを取り合うのを防ぎ、チームが各アプリに適したエッジを選べるようにします。class を省略すると、トラフィックが誤った controller にルーティングされることがあります。
関連ガイド
What Is a Gateway Resource?A gateway resource defines how external traffic enters a mesh or cluster, configuring the ports, protocols, a…
What Is a cert-manager Issuer?A cert-manager issuer is a resource that represents a certificate authority and tells cert-manager how to obt…
What Is a Load Balancer IP?A load balancer IP is the external address provisioned for a LoadBalancer service, the public entry point tha…