Registry Throttling - CI/CD用語集の定義
registry throttlingとは、container registryがイメージpullのレートを制限することで、CIでは断続的なpull失敗や、遅延あるいはバックオフを伴うデプロイを引き起こします。
registry throttlingとは、container registryがイメージpullのレートを制限することで、CIでは断続的なpull失敗や、遅延あるいはバックオフを伴うデプロイを引き起こします。
registry throttlingとは、container registryがイメージpullのレートを制限することで、CIでは断続的なpull失敗や、遅延あるいはバックオフを伴うデプロイを引き起こします。
緩和策
認証してpull上限を引き上げ、pull-through cacheやmirrorを使い、イメージのdigestを固定してpullがウォームなlayer cacheにヒットするようにします。
関連ガイド
Image Pull Backoff - CI/CD Glossary DefinitionImage Pull Backoff: ImagePullBackOff is a Kubernetes pod state indicating the kubelet failed to pull a contai…
Rate Limiting (CI API) - CI/CD Glossary DefinitionRate Limiting (CI API): Rate limiting caps how many API requests a client may make in a window; exceeding it…
Cache Hit Ratio - CI/CD Glossary DefinitionCache Hit Ratio: The cache hit ratio is the fraction of cache lookups served from the cache versus recomputed…