Managed RootFS Snapshotting

Taking a filesystem along for the ride with our snapshots!

Secrets Setup

Add your secret to our cloud using your account:

curl -X POST <CEDANA-URL>/v2/secrets \
    -H 'Authorization: Bearer <CEDANA-API-KEY>' \
    -H 'Content-Type: application/json' \
    -d '{ "image_source" : "docker.io/cedana/cedana-checkpoints",  "image_secret": "user:<access-token>" }'

You can also add it via the UI.

As it's still a fairly new feature, we may wipe it whenever we perform an update to our services, to avoid/minimize exposure of any of our customer secrets.

This maybe annoying so let us know at support and we would directly get these permanently updated for your deployment.

Performing a rootfs snapshot

You can choose to perform a rootfs-only snapshot (where the process state is not saved) or a runc+rootfs snapshot, which includes container runtime state.

Start using checkpoints through rootfs/filesystem checkpoints and restores, however you like - either through the UI or via our API!

E2E UI Example

Last updated

Was this helpful?