Sidecar Proxy - CI/CD用語集の定義
Sidecar proxy は各サービスインスタンスと並んでデプロイされるネットワークプロキシで、送受信トラフィックを透過的に処理し - retry、timeout、mTLS、メトリクスを適用して - 回復性と可観測性をアプリケーションコードの外に置きます。これは service mesh の data plane です。
関連ガイド
Bulkhead - CI/CD Glossary DefinitionThe bulkhead pattern isolates resources into separate pools per dependency, so one overloaded dependency can’…
Deadline Propagation - CI/CD Glossary DefinitionDeadline propagation passes a request’s remaining time budget through every downstream call, so the whole cha…
Cancellation Token - CI/CD Glossary DefinitionA cancellation token is a signal passed into async operations so a caller can cooperatively ask them to stop,…