Saravanakumar Raju:
is there anyways i can instruct kubernetes to use the new secret as default for all docker pull requests?
unnivkn:
There may be many ways. One approach may be you can create a serviceAccount & use that serviceAccountName in all your pods, so that the secret created along with that SA will be used as a default secrect for all your pods.