Load Balancer - Definição do Glossário de CI/CD
Um load balancer espalha as requisições recebidas entre backends saudáveis para equilibrar a carga e desviar de falhas.
Um load balancer distribui as requisições de rede recebidas entre várias instâncias de backend para espalhar a carga, melhorar a disponibilidade e desviar de alvos não saudáveis.
Os deploys registram e removem backends por trás de um load balancer. Seus health checks decidem quando uma nova instância de fato começa a receber tráfego.
Gating por health check
Um novo pod só recebe tráfego depois que o load balancer o marca como saudável, então ajustes incompatíveis de health check e readiness podem causar requisições descartadas durante um rollout.
Guias relacionados
Ingress Controller - CI/CD Glossary DefinitionIngress Controller: An ingress controller is a component that watches Ingress resources and configures a reve…
Outlier Detection - CI/CD Glossary DefinitionOutlier Detection: Outlier detection automatically ejects individual backend instances from the load-balancin…
Service Discovery - CI/CD Glossary DefinitionService Discovery: Service discovery is the mechanism by which services find the network addresses of other s…