-
Problem DescriptionWhen multiple nodes in our cluster simultaneously request the same image from our private registry (Docker Distribution), we observe that the registry initiates separate upstream pull requests for each node, instead of consolidating them into a single upstream request. Current Behavior
Expected BehaviorThe registry should:
Questions
Possible SolutionsWe've considered several approaches:
Would appreciate any guidance on the best approach to handle this scenario or if there are plans to address this at the registry level. ImpactThis issue becomes significant in large-scale deployments where multiple nodes frequently pull the same images simultaneously, leading to unnecessary bandwidth consumption and potential pressure on upstream registries. Additional ContextWe're using this registry as a pull-through cache for our cluster, and this behavior impacts our network efficiency and scaling capabilities. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
#4511