GCP ACE · Question 35 · Domain 4.2: Managing GKE resources
Your GKE cluster currently runs on a node pool of e2-standard-2 machines. Your new machine learning workload requires nodes with attached GPUs. You cannot attach GPUs to the existing e2-standard-2 nodes.
Which TWO steps should you take to run the new workload without disrupting existing applications? (Select TWO)
Your GKE cluster currently runs on a node pool of e2-standard-2 machines. Your new machine learning workload requires nodes with attached GPUs. You cannot attach GPUs to the existing e2-standard-2 nodes.
Which TWO steps should you take to run the new workload without disrupting existing applications? (Select TWO)
Answer options:
Edit the existing node pool to change the machine type to an n1-standard-4 and attach GPUs.
Create a new node pool in the cluster using a machine type that supports GPUs (e.g., N1 series) and attach the required GPUs.
Delete the existing GKE cluster and recreate it with GPU-enabled nodes.
Configure your ML workload's Kubernetes Deployment with a nodeSelector or node affinity to ensure it is scheduled on the new GPU node pool.
Use kubectl to manually SSH into the existing nodes and install the Nvidia drivers.
How to approach this question
Full Answer
Common mistakes
Practice the full GCP Associate Cloud Engineer Practice Exam 6
50 questions · hints · full answers · grading
Expert