
Answer-first summary for fast verification
Answer: Use node affinity labels based on the node name when creating Compute Engine instances in order to host each workload on the correct node.
The correct answer is D. According to the company policy, each client's workload must be deployed on a separate, dedicated node within the sole-tenant node group you have created. To achieve this, you should use node affinity labels based on the node name when creating Compute Engine instances. This approach ensures that each client's workload is hosted on the specified dedicated node, maintaining physical separation and data isolation as required. Node affinity labels allow fine-grained control over how VM instances are assigned to nodes, thus ensuring compliance with the policy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working at an institution that processes sensitive medical data and are in the process of migrating several workloads onto Google Cloud. According to the company policies, all workloads must run on physically separated hardware to ensure data privacy, and workloads associated with different clients must also be isolated from each other. To comply with these policies, you have created a sole-tenant node group and added a dedicated node for each client within this group. Now, you need to deploy the workloads on these dedicated hosts. What should you do?
A
Add the node group name as a network tag when creating Compute Engine instances in order to host each workload on the correct node group.
B
Add the node name as a network tag when creating Compute Engine instances in order to host each workload on the correct node.
C
Use node affinity labels based on the node group name when creating Compute Engine instances in order to host each workload on the correct node group.
D
Use node affinity labels based on the node name when creating Compute Engine instances in order to host each workload on the correct node.
No comments yet.