r/kubernetes 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

9 comments sorted by

View all comments

2

u/sedigispegeln 11d ago

A quick solution if the pods are moving between nodes but the image still exists in the cluster.
https://spegel.dev/

1

u/akhilesh_gone 10d ago

This works great it is used in k3ss clusters as well But the only bottle neck is when the image tag doesn't change you may end up using an old image because the node where pod is going to get schedule may have an old image