Google Cloud Professional Cloud Architect — Question 191

You are designing a new insurance claims processing application that will be deployed on Google Kubernetes Engine (GKE) Your company’s compliance team requires a complete and non-repudiable audit trail for all administrative actions from day one. Your application must capture who deploys a new container image, who modifies the GKE cluster's configuration, and who interacts with running pods or Kubernetes secrets using kubectl. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because enabling GKE Audit Logging provides a detailed record of all interactions with the Kubernetes API, ensuring a comprehensive audit trail. Options A and B do not specifically address the requirement for tracking administrative actions and interactions, while D focuses on threat detection rather than maintaining an audit trail.