deckhouse / k8s-image-availability-exporter

Alert if an image used in Kubernetes cannot be pulled from container registry
Apache License 2.0
215 stars 27 forks source link

[RFE] Check image consistency between pods? #29

Open evgkrsk opened 3 years ago

evgkrsk commented 3 years ago

With "imagePullPolicy: Always" in deploy/ds/etc and image tag moving in docker registry we can hit problem: one or more pods in ReplicaSet on one or more nodes started from new docker image (due to tag moving in registry).

Idea for k8s-iae is to check image consistency inside RS-es.