Topic 1 Question 69
2 つ選択You are creating an instance group and need to create a new health check for HTTP(s) load balancing. Which two methods can you use to accomplish this?
Create a new health check using the gcloud command line tool.
Create a new health check using the VPC Network section in the GCP Console.
Create a new health check, or select an existing one, when you complete the load balancer's backend configuration in the GCP Console.
Create a new legacy health check using the gcloud command line tool.
Create a new legacy health check using the Health checks section in the GCP Console.
ユーザの投票
コメント(17)
A and C. Unless you use target pool-based Network LB, then it's required to use legacy health check, otherwise, legacy health check is not recommended to be used for HTTP(S) LB. ref: https://cloud.google.com/load-balancing/docs/health-check-concepts
👍 15densnoigaskogen2021/06/15A and C for sure! Link: https://cloud.google.com/load-balancing/docs/health-checks -Important lines from the link that lead me to say the answer is A and C:
''Google Cloud allows you to create or select a health check when you complete the load balancer's backend configuration in the Cloud Console." - A
"You can create a health check using the Cloud Console, the gcloud command-line tool, or the REST APIs." - C
Peace :)
👍 6seddy2021/05/16I think its AC: Although the Cloud Console's health checks page lists and allows you to edit both health checks and legacy health checks, you cannot create a new legacy health check from the Cloud Console's health checks page.
To create a legacy health check, use the Cloud Console's network load balancer page or use this section's gcloud or API instructions. https://cloud.google.com/load-balancing/docs/health-checks#create-legacy-health-checks
👍 3glk2020/12/14
シャッフルモード