Best EKS - ECR Configuration

0

We currently have an EKS cluster with a monolytic application.

We are thinkin of separating this application into multiple ones, which causes that we will have multiple docker images in different ECR repositories

It is better to handle this use case as different clusters or using different images in different nodes?

ignacio
asked 2 months ago132 views
1 Answer
0
Accepted Answer

For your use case, it's generally better to use different images in different nodes within the same EKS cluster rather than setting up different clusters. This approach simplifies cluster management, reduces costs, and allows for easier scaling and resource allocation. EKS is designed to handle multiple applications (each in its own set of containers) within the same cluster efficiently. Utilizing different ECR repositories for your Docker images is a good practice for organization and version control, and EKS can seamlessly pull from multiple ECR repositories as needed.

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions