[Refer To] https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ Kubernetes This page shows how to create a Pod that uses a Secret to pull an image from a private container image registry or repository. There are many private registries in use. This task uses Docker Hub as an example registry. Log in to Docker Hub First log in to you private registry with: View the config.json file:…