ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 124 - Professional Cloud Developer discussion

Report
Export

Your team develops stateless services that run on Google Kubernetes Engine (GKE). You need to deploy a new service that will only be accessed by other services running in the GKE cluster. The service will need to scale as quickly as possible to respond to changing load. What should you do?

A.
Use a Vertical Pod Autoscaler to scale the containers, and expose them via a ClusterIP Service.
Answers
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.
Answers
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.
Answers
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.
Answers
D.
Use a Horizontal Pod Autoscaler to scale the containers, and expose them via a NodePort Service.
Suggested answer: C

Explanation:

https://cloud.google.com/kubernetes-engine/docs/concepts/service

asked 18/09/2024
Aidan Lear
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first