
Ultimate access to all questions.
Your team is developing a containerized application for deployment on GKE, targeting a five-node cluster within a single region. The application handles sensitive user data, necessitating the removal of such data from logs before they are sent to Cloud Logging. Which two actions should you take to fulfill this requirement?
A
Deploy a custom FluentD daemonset to the cluster that filters out the sensitive information, ensuring it is not logged.
B
Enable Cloud Operations in GKE, selecting System monitoring only (Logging disabled).
C
Enable Cloud Operations in GKE, selecting Legacy logging and monitoring.
D
Deploy a custom FluentD deployment to the cluster that filters out the sensitive information, so it is not logged.
E
Enable Cloud Operations in GKE, selecting System and workload logging and monitoring.