Load Balancer - CI/CD用語集の定義
load balancerは受信トラフィックをバックエンドインスタンスに分散してthroughputと可用性を高め、health checkを使って正常でないターゲットへのルーティングを避けます。
関連ガイド
Horizontal Scaling - CI/CD Glossary DefinitionHorizontal scaling adds more instances to handle load, spreading work across machines. It is the basis of ela…
Ingress - CI/CD Glossary DefinitionIngress in Kubernetes is the rules and controller that route external HTTP/HTTPS traffic to internal services…
Health Check - CI/CD Glossary DefinitionA health check is an endpoint or probe reporting whether a service works, letting load balancers and orchestr…