Topic 1 Question 143
You need to deploy a new European version of a website hosted on Google Kubernetes Engine. The current and new websites must be accessed via the same HTTP(S) load balancer's external IP address, but have different domain names. What should you do?
Define a new Ingress resource with a host rule matching the new domain
Modify the existing Ingress resource with a host rule matching the new domain
Create a new Service of type LoadBalancer specifying the existing IP address as the loadBalancerIP
Generate a new Ingress resource and specify the existing IP address as the kubernetes.io/ingress.global-static-ip-name annotation value
ユーザの投票
コメント(4)
- 正解だと思う選択肢: B
"must be accessed via the same HTTP(S) load balancer's external IP address" means re-use the existing ingress resource
👍 2kisswd2022/12/03 - 正解だと思う選択肢: D👍 1gardislan182022/12/03
- 正解だと思う選択肢: B
B is the answer.
https://kubernetes.io/docs/concepts/services-networking/ingress/#name-based-virtual-hosting Name-based virtual hosts support routing HTTP traffic to multiple host names at the same IP address.
👍 1zellck2022/12/17
シャッフルモード