command
module
Version:
v0.0.0-...-9121bbd
Opens a new window with list of versions in this module.
Published: Oct 17, 2021
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Execsnoop-K8s
Log all binary executions in Kubernetes.
Based on BPF program from iovisor/gobpf.
Development WIP.
Build
-
Install https://github.com/iovisor/bcc
(INSTALL.md)
-
Build on host machine:
go build execsnoop.go
-
Dockerize
docker build -t execsnoop .
Run in Docker
sudo docker run --rm -it -v /lib:/lib -v /usr/src:/usr/src -v /var/run/docker.sock:/var/run/docker.sock --privileged execsnoop
Run in Kubernetes
TBD
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.