Google Associate Cloud Engineer Question 200
Single answerGoogle Cloud PlatformYour company runs a Kubernetes application on Google Kubernetes Engine (GKE) and you need to create a new node pool to handle additional workloads that require high CPU performance. Which of the following actions should you take when creating this new node pool?
- A
Select a machine type with a higher number of vCPUs and memory.
- B
Enable autoscaling for the new node pool.
- C
Set the node pool to use preemptible VMs to save costs.
- D
Configure the node pool with GPU support.
Show answer and explanation
Correct answer: A
Explanation
To handle additional workloads that require high CPU performance on GKE, selecting a machine type with a higher number of vCPUs and memory is crucial. This ensures that the node pool can effectively manage the increased CPU demands of the application.
- A. Correct.
Selecting a machine type with a higher number of vCPUs and memory is essential for handling workloads that require high CPU performance.
- B. Incorrect.
While enabling autoscaling can help manage dynamic workloads, it is not specifically required for high CPU performance.
- C. Incorrect.
Using preemptible VMs is primarily a cost-saving measure and may not provide the reliability needed for CPU-intensive tasks.
- D. Incorrect.
Configuring GPU support is relevant for GPU-intensive tasks, not for general high CPU performance.