To identify the source code consuming the most CPU and memory resources in a Go web application deployed on Google Kubernetes Engine, what steps should you take? (Optional code block if applicable, corrected for syntax/typos): ```go // Example placeholder for potential code analysis func resourceIntensiveFunction() { // Logic causing high CPU/memory usage } ``` | Google Professional Cloud Developer Quiz - LeetQuiz