Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are designing a microservices-based application for hybrid cloud (both cloud and on-premises) deployment. The application needs to scale dynamically while maximizing the use of managed services. What approach should you take?
A
Deploy open source Istio in a multi-cluster deployment on multiple Google Kubernetes Engine (GKE) clusters managed by Anthos.
B
Create a GKE cluster in each environment with Anthos, and use Cloud Run for Anthos to deploy your application to each cluster.
C
Install a GKE cluster in each environment with Anthos, and use Cloud Build to create a Deployment for your application in each cluster.
D
Create a GKE cluster in the cloud and install open-source Kubernetes on-premises. Use an external load balancer service to distribute traffic across the two environments.