Lets assume I go with AWS/EKS, kubernetes deploy, as described in this tutorial. Why Do I need to have a Docker registry?
The way I understand (probably wrong): After the Jenkins Pipeline is run, the image is pushed on to repository (S3 or similar), and then from there deployed.
Why Docker registry?