Service Mesh - CI/CD用語集の定義
service meshはサービス間通信(ロードバランシング、リトライ、mTLS、テレメトリ)を管理する専用の層(通常はsidecarプロキシ)で、アプリの変更を必要としません。
関連ガイド
Sidecar - CI/CD Glossary DefinitionA sidecar is a helper container running alongside the main one in a pod, sharing its lifecycle to add capabil…
Load Balancer - CI/CD Glossary DefinitionA load balancer spreads incoming requests across multiple backend instances, improving throughput and availab…
Tracing - CI/CD Glossary DefinitionDistributed tracing follows a single request as it hops across services, recording timing at each step so you…