Open achrefbensaad opened 1 year ago
@achrefbensaad I would like to work on this.
Sure.
@achrefbensaad is there kubeArmor using pprof
? I don't see any usage of pprof
in this repository. If so, Please show me the path so that I can proceed further with this issue.
Hi @MdSahil-oss , we dont have pprof implemented in this repository. We would like to implement it.
Thanks @achrefbensaad for the confirmation, I would like to implement it but first let me know, How would it be implemented as a server or something else.
@MdSahil-oss , yes we can use that commit as a base and extend it to expose the following functions on these API's
Feature Request
Short Description
We want to have a debuggable release (pprof enabled) along side the nomal release.
Describe the solution you'd like
We would like to enable pprof conditionally when compiling KubeArmor binary. e.g:
ENABLE_PPROF=true make run
to enable pprof and run KubeArmor.We also would like to push for each release(stable or latest) a second image with pprof enabled. The image should be named as follow:
<version/state>-debug
eg:latest-debug
stable-debug
v0.8-debug