Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you deploy a new European version of a website on Google Kubernetes Engine while maintaining access to both the current and new sites through the same HTTP(S) load balancer's external IP address, but with different domain names?
A
Define a new Ingress resource with a host rule matching the new domain
B
Modify the existing Ingress resource with a host rule matching the new domain
C
Create a new Service of type LoadBalancer specifying the existing IP address as the loadBalancerIP
D
Generate a new Ingress resource and specify the existing IP address as the kubernetes.io/ingress.global-static-ip-name annotation value