falco-talon / falco-talon

Falco Talon is a Response Engine for managing threats in your Kubernetes
https://docs.falco-talon.org
Apache License 2.0
107 stars 11 forks source link

Feature request: Container Checkpoint Support #374

Open Elghazali-99 opened 2 months ago

Elghazali-99 commented 2 months ago

I would like to suggest adding support for container checkpoint functionality to Falco Talon.

This feature allows saving the state of running containers, which could enhance the capability to perform forensics and investigation on the compromized containers/pods.

This feature has been merged into Kubernetes v1.25.

Supports:

Issif commented 2 months ago

Good idea, I'll add that to our Todo list. I already thought about it, it requires the runtime to be started with the right flag, it's not always true.

Issif commented 2 months ago

I did some searches, you can correct me if I'm wrong, but here's the results:

Even if it's technically doable, I would prefer to wait this feature to be GA and avoid to spend to much time on it today, and see it totally removed or modified in the future.

wdyt?

cc @IgorEulalio @xinity