ASSOCIATE-CLOUD-ENGINEER · Question #147
ASSOCIATE-CLOUD-ENGINEER Question #147: Real Exam Question with Answer & Explanation
The correct answer is A: Create a cluster on Kubernetes Engine and enable autoscaling on Kubernetes Engine.. A is correct because this is the way to set up an autoscaling Kubernetes cluster. B is not correct because you should not manage the scaling of Kubernetes through the MIG. C is not correct because an UMIG cannot scale based on a load balancer and this is not the correct way to se
Question
You need to create a new Kubernetes Cluster on Google Cloud Platform that can autoscale the number of worker nodes. What should you do?
Options
- ACreate a cluster on Kubernetes Engine and enable autoscaling on Kubernetes Engine.
- BCreate a cluster on Kubernetes Engine and enable autoscaling on the instance group of the
- CConfigure a Compute Engine instance as a worker and add it to an unmanaged instance group.
- DCreate Compute Engine instances for the workers and the master, and install Kubernetes. Rely
Explanation
A is correct because this is the way to set up an autoscaling Kubernetes cluster. B is not correct because you should not manage the scaling of Kubernetes through the MIG. C is not correct because an UMIG cannot scale based on a load balancer and this is not the correct way to set up Kubernetes. D is not correct because Kubernetes will not create additional instances when deployed on https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler
Community Discussion
No community discussion yet for this question.