
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company runs its applications on both Amazon Elastic Kubernetes Service (Amazon EKS) clusters and on-premises Kubernetes clusters. The company wants to view all clusters and workloads from a central location.
Which solution will meet these requirements with the LEAST operational overhead?
A
Use Amazon CloudWatch Container Insights to collect and group the cluster information.
B
Use Amazon EKS Connector to register and connect all Kubernetes clusters.
C
Use AWS Systems Manager to collect and view the cluster information.
D
Use Amazon EKS Anywhere as the primary cluster to view the other clusters with native Kubernetes commands.
Explanation:
Correct Answer: B - Use Amazon EKS Connector to register and connect all Kubernetes clusters.
Why this is correct:
Why other options are incorrect:
A. Amazon CloudWatch Container Insights: While Container Insights can collect metrics and logs from Kubernetes clusters, it's primarily for monitoring and observability, not for centralized cluster management and workload viewing. It doesn't provide the same level of cluster management capabilities as EKS Connector.
C. AWS Systems Manager: Systems Manager can manage EC2 instances and on-premises servers, but it's not designed for Kubernetes cluster management. It doesn't provide native Kubernetes workload viewing capabilities.
D. Amazon EKS Anywhere: EKS Anywhere is for running EKS clusters on your own infrastructure, not for viewing other clusters. It would require significant operational overhead to set up and maintain as a "primary cluster" and wouldn't provide the centralized viewing capabilities needed.
Key AWS Services Mentioned:
Best Practice: For centralized management of hybrid Kubernetes environments (AWS EKS + on-premises), EKS Connector is the recommended AWS solution with the least operational overhead.