Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You've been tasked with setting up a new Kubernetes Cluster on Google Kubernetes Engine (GKE) that supports autoscaling for both worker nodes and pods. Which two actions should you take?
A
Set up a GKE cluster and activate autoscaling on Kubernetes Engine.
B
Manually create Compute Engine instances for workers and the master, install Kubernetes, and expect Kubernetes to automatically generate additional Compute Engine instances as required.
C
Establish a GKE cluster and enable autoscaling on the cluster's instance group.
D
Designate a Compute Engine instance as a worker, incorporate it into an unmanaged instance group, attach a load balancer, and depend on the load balancer to spawn additional Compute Engine instances when necessary.
E
Activate Horizontal Pod Autoscaling for the Kubernetes deployment.