-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple container runtime in one node #3279
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
/remove-lifecycle stale |
Tentatively for |
/assign |
Update short-term solution (tentatively for 0.40) 👇 long-term solution 👉 #3403 |
Note: we still miss falcosecurity/libs#2195 for full compatibility. |
Motivation
The bottlerocket OS has two containerd runtime with different sock file, one for k8s, one for host-containers(management), currently only the k8s containerd is monitored, but we need falco to monitor another containerd.
And also in some scenarios, like Docker in Docker, the CI pod would host another docker daemon for build purpose.
Feature
Support multiple container runtime in one node.
Alternatives
None.
Additional context
Bottlerocket uses host containers(exclude from the k8s containerd, called host-containerd) to run ssh server (admin-container) and aws ssm. And these host containers should be monitored because of all the privileges that host containers have can access the k8s pods.
The text was updated successfully, but these errors were encountered: