PROFESSIONAL-CLOUD-ARCHITECT · Question #177
Case Study: 5 - Dress4win Company Overview Dress4win is a web-based company that helps their users organize and manage their personal wardrobe using a website and mobile application. The company…
The correct answer is D. Containerize the micro services and host them in Google Kubernetes Engine. Containerizing the existing applications ensures efficient use of resources. This activity the business requirement “optimize architecture for performance in the cloud”. As a precursor to Cloud migration, you could convert the microservices to containers and host them on GKE…
Question
Options
- AReplace RabbitMQ with Google Pub/Sub.
- BDowngrade MySQL to v5.7, which is supported by Cloud SQL for MySQL.
- CResize compute resources to match predefined Compute Engine machine types.
- DContainerize the micro services and host them in Google Kubernetes Engine.
How the community answered
(20 responses)- A5% (1)
- B15% (3)
- C5% (1)
- D75% (15)
Explanation
Containerizing the existing applications ensures efficient use of resources. This activity the business requirement “optimize architecture for performance in the cloud”. As a precursor to Cloud migration, you could convert the microservices to containers and host them on GKE on- prem: https://cloud.google.com/anthos/gke/docs/on-prem/overview which also makes it very easy for you to migrate to Cloud. GKE on-prem is hybrid cloud software that brings Google Kubernetes Engine (GKE) to on-premises data centres. With GKE on-prem, you can create, manage, and upgrade Kubernetes clusters in your on-premises environment.
Topics
Community Discussion
No community discussion yet for this question.