Ultimate access to all questions.
Your company is currently running containerized applications in an on-premises Kubernetes cluster and plans to deploy a similar environment in Google Cloud Platform (GCP). They are worried about the operational overhead required to keep both environments synchronized. Which solution can be used to synchronize Kubernetes environments and offer centralized multi-cluster management?
Explanation:
Option C (Anthos) is correct because Anthos is designed for centralized multi-cluster management across environments, including on-premises and GCP. Option A (Jenkins) is incorrect as it is a CI/CD tool, not a multi-cluster management solution. Option B (Cloud Source Repositories) is incorrect because it is a source code repository service, not a tool for managing Kubernetes clusters. Option D (CloudBuild) is incorrect as it is a continuous integration/continuous delivery platform, not suited for multi-cluster management. Reference: Google Cloud Anthos Documentation.