Question: Organizations can build apps that run on Kubernetes Engine that: (Select the 2 correct answers)
- Can connect to and extend cloud services.
- Will scale up to handle massive computing loads quickly and efficiently.
- Have high availability without a complex architecture.
- Are highly secure and reliable and backed by Google’s service level agreement.
Explanation
Google Kubernetes Engine provides a managed Kubernetes environment for deploying containerized applications at scale. It supports workload growth through Kubernetes orchestration and Google Cloud scaling capabilities. GKE is designed for reliable applications under heavy load and large-scale processing use cases. Google Cloud also publishes a Service Level Agreement for GKE, which supports reliability expectations for production workloads.
Why the other options are incorrect
Connect and extend cloud services describes integration capability, not the primary value of running workloads on GKE.
High availability without a complex architecture is inaccurate because availability still depends on application and cluster design.
Source for verification
https://docs.cloud.google.com/kubernetes-engine/docs/concepts/kubernetes-engine-overview
https://cloud.google.com/kubernetes-engine/sla
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Cloud Platform Business Professional" page.