Last updated
Was this helpful?
Last updated
Was this helpful?
Here, you will find information on running the Cedana daemon on your machine, system architecture, and the various features of both the daemon and CLI.
The daemon is designed to manage the lifecycle of processes/containers, including checkpoint/restore, in the larger Cedana system. However, it can be installed and used independently as a C/R tool with its convenient defaults and a friendly command-line interface.
For detailed documentation on our managed Kubernetes or the larger Cedana system, please see here.
First, ensure that you have Cedana installed on your machine, and the daemon is running. For installation instructions, see installation.
Run a new managed process:
Any process/container you spawn using cedana run
creates a managed job. To view all managed jobs:
Checkpoint the job:
If you view the jobs again, you will see that it was checkpointed:
Restore the job:
For all available CLI options, see CLI reference. Directly interacting with daemon is also possible through gRPC, see API reference.
For specific usage, check out the guides. For information on architecture or to get started with contributing, check out the developer guides.