Multiple Choice
You have a set of applications running on a Google Kubernetes Engine (GKE) cluster, and you are using Stackdriver Kubernetes Engine Monitoring. You are bringing a new containerized application required by your company into production. This application is written by a third party and cannot be modified or reconfigured. The application writes its log information to /var/log/app_messages.log, and you want to send these log entries to Stackdriver Logging. What should you do?
A) Use the default Stackdriver Kubernetes Engine Monitoring agent configuration.
B) Deploy a Fluentd daemonset to GKE. Then create a customized input and output configuration to tail the log file in the application's pods and write to Stackdriver Logging.
C) Install Kubernetes on Google Compute Engine (GCE) and redeploy your applications. Then customize the built-in Stackdriver Logging configuration to tail the log file in the application's pods and write to Stackdriver Logging.
D) Write a script to tail the log file within the pod and write entries to standard output. Run the script as a sidecar container with the application's pod. Configure a shared volume between the containers to allow the script to have read access to /var/log in the application container.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: You are performing a semi-annual capacity planning
Q2: Your company experiences bugs, outages, and slowness
Q4: Your organization recently adopted a container-based workflow
Q5: You need to reduce the cost of
Q6: You encountered a major service outage that
Q7: You need to deploy a new service
Q8: You support an e-commerce application that runs
Q9: You use Spinnaker to deploy your application
Q10: You are managing the production deployment to
Q11: Your company follows Site Reliability Engineering practices.