1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a month ago