Date
1 - 1 of 1
Tracing malloc/free calls in a Kubernetes Pod
Lorenzo Fontana
On Sun, 14 Jun 2020 at 20:32 <adelstaging+iovisor@...> wrote: Hey folks, Replying here again for the record since you posted the same question on the k8s slack. Kubectl trace replaces $container_pid so you can access the pid folder in the host proc. it’s not specific only for exe. That means that you can instrument anything from that directory using the root symlink inside that pid folder. E.g: /proc/$container_pid/root/lib/yourlib.so Thanks for the PR today, Lore |
|