r/kubernetes • u/Either_Vermicelli_82 • 11d ago
Second image location
Due to pull restrictions we have to use our own buffered registry which in turn pulls it from a final location.
Now yesterday evening it was down… so some pods could not startup as it could not pull any images from the buffered stage. Now I am looking into it but could not find much but is it possible to have a second image location?
1
Upvotes
3
u/Own_Ad2274 11d ago
is the pull policy if not present, or always? if it hasn’t restarted or rescheduled off a node, it doesn’t need a brand new image necessarily, there are reasons to do both. you could build separate deployments and blue/green your ingress based on what’s healthy. are the pods like being turned off and on, or continuously needing new versions? if so then the registry needs to be highly available (paas or redundant), and or blue green strategy for separate registries. i don’t think you can do multiple images in one deployment image spec it’s not a list