
Ultimate access to all questions.
Your company uses Google Kubernetes Engine (GKE) to run services. In the development environment, GKE clusters run applications with verbose logging enabled. Developers access logs using the kubectl logs command and do not utilize Cloud Logging. The applications lack a standardized logging structure. How can you reduce logging costs while still collecting GKE operational logs?
A
Run the gcloud container clusters update --logging=SYSTEM command for the development cluster.
B
Run the gcloud container clusters update --logging=WORKLOAD command for the development cluster.
C
Run the gcloud logging sinks update _Default --disabled command in the project associated with the development environment.
D
Add the severity >= DEBUG resource.type = "k8s_container" exclusion filter to the _Default logging sink in the project associated with the development environment.