Horizontal Scaling - CI/CD用語集の定義
horizontal scaling(スケールアウト)は1台を大きくするのではなくインスタンスを増やして容量を拡大し、load balancerの背後で弾力性と耐障害性を実現します。
関連ガイド
Load Balancer - CI/CD Glossary DefinitionA load balancer spreads incoming requests across multiple backend instances, improving throughput and availab…
Throughput - CI/CD Glossary DefinitionThroughput is the rate of work a system completes - requests per second, builds per hour. It measures capacit…
Latency - CI/CD Glossary DefinitionLatency is the time a single operation takes from start to finish. Low latency feels fast; tail latency (p95/…