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
feita há 2 meses147 visualizações
1 Resposta
0
Resposta aceita

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
ESPECIALISTA
respondido há 2 meses
profile picture
ESPECIALISTA
avaliado há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas