Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 156 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 156
Topic #: 1
[All Professional Cloud Developer Questions]

Your company just experienced a Google Kubernetes Engine (GKE) API outage due to a zone failure. You want to deploy a highly available GKE architecture that minimizes service interruption to users in the event of a future zone failure. What should you do?

  • A. Deploy Zonal clusters
  • B. Deploy Regional clusters
  • C. Deploy Multi-Zone clusters
  • D. Deploy GKE on-premises clusters
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
thewalker
1 month ago
Selected Answer: C
Regional Clusters - Span multiple zones within a region. - May not guarantee that all zones within the region are always available. - Can provide some level of redundancy, but might not be as resilient as multi-zone clusters in the event of a zone failure. Multi-Zone Clusters - Distribute your workload across multiple zones within a region. - Ensure that your application remains highly available and resilient to zone failures. - Automatically move your workloads to the remaining healthy zones if one zone fails. - Provide the highest level of availability among the GKE deployment options. In summary, while both regional and multi-zone clusters can provide redundancy, multi-zone clusters offer a higher level of availability by distributing your workload across multiple zones, ensuring minimal service disruption in the event of a zone failure.
upvoted 1 times
...
__rajan__
1 year, 2 months ago
Selected Answer: B
B is correct.
upvoted 1 times
...
purushi
1 year, 3 months ago
Selected Answer: B
Regional cluster with master plane to be in multiple zones is a correct option.
upvoted 1 times
...
TNT87
1 year, 11 months ago
https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-creating-a-highly-available-gke-cluster Answer B https://cloud.google.com/kubernetes-engine/docs/concepts/types-of-clusters#regional_clusters
upvoted 3 times
...
zellck
1 year, 11 months ago
Selected Answer: B
B is the answer. https://cloud.google.com/kubernetes-engine/docs/concepts/types-of-clusters#regional_clusters A regional cluster has multiple replicas of the control plane, running in multiple zones within a given region. Nodes in a regional cluster can run in multiple zones or a single zone depending on the configured node locations. By default, GKE replicates each node pool across three zones of the control plane's region. When you create a cluster or when you add a new node pool, you can change the default configuration by specifying the zone(s) in which the cluster's nodes run. All zones must be within the same region as the control plane.
upvoted 4 times
...
sharath25
1 year, 11 months ago
Selected Answer: B
regional cluster
upvoted 1 times
...
melisargh
1 year, 11 months ago
Selected Answer: B
Regional cluster replicates in at least 3 zones
upvoted 1 times
...
aa654321
1 year, 11 months ago
Selected Answer: B
Regional cluster for protection against zonal outages
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...