This article provides a guide on obtaining CPU profiling traces from a running container in Kubernetes.To enable CPU profiling, Pod security settings need to be updated to enable SYS_PTRACE.The article explains how to use 'kubectl debug' command to add a container to the node or attach it to a target pod.The article suggests using rbspy for CPU profiling and provides steps for recording and exporting profiling data.