
Answer-first summary for fast verification
Answer: Configure a global load balancer with the designated IPv6 address.
To enable a service in GCP using IPv6, the correct approach is to configure a global load balancer with the designated IPv6 address. This is because GCP does not assign public IPv6 addresses directly to VM instances. Instead, global load balancers are designed to handle IPv6 traffic and forward it to backend instances using IPv4. Therefore, option C is the correct answer as it directly addresses the requirement of creating a service in GCP using IPv6.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What steps should you take to deploy a service in Google Cloud Platform (GCP) using IPv6 addressing?
A
Create the instance with the designated IPv6 address.
B
Configure a TCP Proxy with the designated IPv6 address.
C
Configure a global load balancer with the designated IPv6 address.
D
Configure an internal load balancer with the designated IPv6 address.
No comments yet.