Skip to content

Commit aafac4d

Browse files
committed
checkpointing in k3s
1 parent 2fa8916 commit aafac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/checkpointing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: ["Kapil Agrawal"]
66
comments: false
77
---
88

9-
A checkpoint involves taking a snapshot of a running process or a set of processes and save their entire state to disk as a collection of files, known as image files. This state includes memory contents, open file descriptors, network connections, CPU registers, and other process-related information.Kubernetes v1.25 introduced the concept of creating stateful container checkpoints for forensic analysis without stopping a pod. In this blog post I am going to cover the steps involved with checkpointing a pod running on k3s cluster.
9+
A checkpoint involves taking a snapshot of a running process or a set of processes and save their entire state to disk as a collection of files, known as image files. This state includes memory contents, open file descriptors, network connections, CPU registers, and other process-related information. Checkpointing a running Pod was introduced in Kubernetes v1.25. In this blog post I am going to cover the steps involved with checkpointing a pod running on my K3s cluster.
1010

1111
## Identify our Pod of interest
1212

0 commit comments

Comments
 (0)