I modified the contents in my Docker-Image and ran it's Kubernetes Pod. However, the Kubernetes Pod had the contents of the old version of the Docker Image and not the Modified One.
How is it possible?
I am guessing that the K8s worker node is trying to fetch as many layers from the local as possible and only few from the docker-registry. How to solve this issue such that every time the K8s worker node pull all the layers of the docker image from the Registry only?