Aristotelhs
Aristotelhs
Although I mentioned the sidecar container is the previous post, the term sidecar was used to distinguish in ddprof running in the same container vs ddprof running in another container,...
This is for our first iteration of the deployment of ddprof on our k8s cluster: 1. we created a daemonset that executed ddprof as a container in all our nodes,...
Right now we are deploying ddprof inside every container so we sample only the containers we want. (we run ddprof with adding the pid inside the pod of the process...
It might be a bit of a similar case. We run Julia and we are using the global profiling option on the node (since the we have hit another bug...