Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To set up a Kubernetes Cluster on Google Cloud Platform that supports autoscaling of worker nodes, which action should you take?
A
Configure a Compute Engine instance as a worker and add it to an unmanaged instance group. Add a load balancer to the instance group and rely on the load balancer to create additional Compute Engine instances when needed.
B
Create a cluster on Kubernetes Engine and enable autoscaling on the instance group of the cluster.
C
Create a cluster on Kubernetes Engine and enable autoscaling on Kubernetes Engine.
D
Create Compute Engine instances for the workers and the master and install Kubernetes. Rely on Kubernetes to create additional Compute Engine instances when needed.