We need to be able to reach the Docker registry where the images to be deployed are stored. The easiest way of ensuring that the Docker registry is reachable is to use the Docker registry in the same service.
We need to configure an Elastic Container Registry (ECR), using the following steps:
- Log into the AWS console and search for Kubernetes or ECR:
- Create a new registry called frontend. It will create a full URL, which you ...