
Ultimate access to all questions.
Your data science team utilizes Google Kubernetes Engine (GKE) for executing their machine learning pipelines, primarily focusing on training image processing models. Certain long-running, non-restartable jobs within these pipelines necessitate GPU usage. What is the most cost-effective solution to meet this requirement?
A
Implement the GKE cluster’s node auto-provisioning feature.
B
Apply a VerticalPodAutoscaler to the workloads in question.
C
Introduce a node pool featuring preemptible VMs equipped with GPUs.
D
Establish a node pool with GPU-enabled instances and activate autoscaling, setting a minimum size of 1.