Tracee on k8s #932
-
I have been testing tracee on K8S, and wondering about the current strategy of having two binaries into one container connected through a pipe. Is this the strategy tracee will be using or are others been considered? Like a single binary or for k8s deploying two different containers on the same pod, perhaps communicating over unix socket? This questions are more related to some issues I have been looking into, for example:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm actually in favor of combining the two, and from some other reasons #820 (comment) |
Beta Was this translation helpful? Give feedback.
I'm actually in favor of combining the two, and from some other reasons #820 (comment)
The reason we chose to split the binaries in first place was that we thought it might be useful to run tracee-rules standalone, as it may have other inputs which are not tracee-ebpf, and also be able to aggregate inputs from different nodes.
My current thoughts are that there are more reasons to combine the two rather than keeping them separate, as described above.