ASSOCIATE-CLOUD-ENGINEER · Question #147
You need to create a new Kubernetes Cluster on Google Cloud Platform that can autoscale the number of worker nodes. What should you do?
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
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
How the community answered
(38 responses)- A92% (35)
- B3% (1)
- D5% (2)
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
Topics
Community Discussion
No community discussion yet for this question.