Kubernetes

From CRIU
Revision as of 13:33, 7 November 2025 by Radostin (talk | contribs)
Jump to navigation Jump to search

Container checkpointing was introduced as an alpha feature in Kubernetes v1.25 and graduated to beta in Kubernetes v1.30. This functionality allows running containers to be transparently checkpointed to persistent storage and later restored to resume execution, or migrated across nodes and clusters. The content of container checkpoints (e.g., memory pages, open files, network sockets, metadata) can be further analyzed with the checkpointctl tool. This allows to perform forensic analysis in case of security incidents (e.g., suspected compromise, data exfiltration) or application failures.