Setting up the Docker registry

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.

You can still use the Docker Hub registry, but using a registry in the same cloud provider is typically easier as it's better integrated. It will also help in terms of authentication.

We need to configure an Elastic Container Registry (ECR), using the following steps:

  1. Log into the AWS console and search for Kubernetes or ECR:
  1. Create a new registry called frontend. It will create a full URL, which you ...

Get Hands-On Docker for Microservices with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.