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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ