Where does EKS pull app images from by default? – Nginx
For EKS internal images including coredns, kubeproxy EKS uses ECR but what about app images, if it is not explicitly defined on deployment file, what is default source for EKS to pull images from? I.e. below is nginx deployment, and…