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
已提問 2 個月前檢視次數 147 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南