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.
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.