A) Create a Kubernetes Service of type NodePort for your application, and a Kubernetes Ingress to expose this Service via a Cloud Load Balancer.
B) Create a Kubernetes Service of type ClusterIP for your application. Configure the public DNS name of your application using the IP of this Service.
C) Create a Kubernetes Service of type NodePort to expose the application on port 443 of each node of the Kubernetes cluster. Configure the public DNS name of your application with the IP of every node of the cluster to achieve load-balancing.
D) Create a HAProxy pod in the cluster to load-balance the traffic to all the pods of the application. Forward the public traffic to HAProxy with an iptable rule. Configure the DNS name of your application using the public IP of the node HAProxy is running on.
Correct Answer
verified
Multiple Choice
A) Navigate to Cloud Logging and view the application logs.
B) Connect to the instance's serial console and read the application logs.
C) Configure a Health Check on the instance and set a Low Healthy Threshold value.
D) Install and configure the Cloud Logging Agent and view the logs from Cloud Logging.
Correct Answer
verified
Showing 201 - 202 of 202
Related Exams