Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To address intermittent performance issues in your GKE-deployed application, you need to install a third-party logging solution on every node in your cluster for log visibility. What steps should you take to accomplish this?
A
Deploy the third-party solution as a DaemonSet
B
Modify your container image to include the monitoring software
C
Use SSH to connect to the GKE node, and install the software manually
D
Deploy the third-party solution using Terraform and deploy the logging Pod as a Kubernetes Deployment