
Ultimate access to all questions.
Your team builds stateless services running on Google Kubernetes Engine (GKE). You must deploy a new service that will only be accessed by other services within the same GKE cluster. The service needs to scale rapidly to handle fluctuating workloads. What is the recommended approach?
A
Use a Vertical Pod Autoscaler to scale the containers, and expose them via a ClusterIP Service.
B
Use a Vertical Pod Autoscaler to scale the containers, and expose them via a NodePort Service.
C
Use a Horizontal Pod Autoscaler to scale the containers, and expose them via a ClusterIP Service.
D
Use a Horizontal Pod Autoscaler to scale the containers, and expose them via a NodePort Service.