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?

1개 답변
0
수락된 답변

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
전문가
답변함 2달 전
profile picture
전문가
검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠