Cedana
Cedana Daemon
Cedana
Cedana Daemon
  • Cedana Daemon
  • Get started
    • Installation
    • Authentication
    • Configuration
    • Health checks
    • Plugins
    • Feature matrix
  • Guides
    • Managed process/container
    • Checkpoint/restore basics
    • Checkpoint/restore with GPUs
    • Checkpoint/restore runc
    • Checkpoint/restore containerd
    • Checkpoint/restore streamer
    • Checkpoint/restore kata
      • how-to-create-custom-busybox-image
      • how-to-install-criu-in-guest
      • how-to-install-on-aws
      • how-to-make-kernel-criu-compatible
      • how-to-make-rootfs-criu-compatible
      • Checkpoint/Restore kata containers
  • Developer guides
    • Architecture
    • Profiling
    • Testing
    • Writing plugins
  • References
    • CLI
      • cedana
      • cedana attach
      • cedana checkpoint
      • cedana checkpoints
      • cedana completion
      • cedana completion bash
      • cedana completion fish
      • cedana completion powershell
      • cedana completion zsh
      • cedana daemon
      • cedana daemon check
      • cedana daemon start
      • cedana delete
      • cedana dump
      • cedana dump containerd
      • cedana dump job
      • cedana dump process
      • cedana dump runc
      • cedana exec
      • cedana features
      • cedana inspect
      • cedana job
      • cedana job attach
      • cedana job checkpoint
      • cedana job checkpoint inspect
      • cedana job checkpoint list
      • cedana job checkpoints
      • cedana job delete
      • cedana job inspect
      • cedana job kill
      • cedana job list
      • cedana jobs
      • cedana k8s-helper
      • cedana k8s-helper destroy
      • cedana kill
      • cedana manage
      • cedana manage containerd
      • cedana manage process
      • cedana manage runc
      • cedana plugin
      • cedana plugin features
      • cedana plugin install
      • cedana plugin list
      • cedana plugin remove
      • cedana plugins
      • cedana ps
      • cedana query
      • cedana query k8s
      • cedana query runc
      • cedana restore
      • cedana restore job
      • cedana restore process
      • cedana restore runc
      • cedana run
      • cedana run containerd
      • cedana run process
      • cedana run runc
    • API
    • GitHub
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Get started

Feature matrix

Run cedana features (shorthand for cedana plugin features) to see the features currently supported by each plugin.

FEATURE                CLOUD-HYPERVISOR  RUNC  CONTAINERD  CRIO  KATA  K8S
Dump command           •                 ✔     ✔           •     •     •
Restore command        •                 ✔     ✔           •     •     •
Run command            •                 ✔     ✔           •     •     •
Manage command         •                 ✔     ✔           •     •     •
Query command          •                 ✔     •           •     •     ✔
Helper command(s)      •                 •     •           •     •     ✔

Dump middleware        •                 ✔     ✔           ✔     •     •
Restore middleware     •                 ✔     •           ✔     •     •
Dump VM middleware     ✔                 •     •           •     ✔     •
DumpVM handler         ✔                 •     •           •     •     •
Restore VM middleware  ✔                 •     •           •     ✔     •
RestoreVM handler      ✔                 •     •           •     •     •

Run handler            •                 ✔     ✔           ✔     •     •
Run middleware         •                 ✔     ✔           ✔     •     •
Manage handler         •                 ✔     ✔           •     •     •
Custom kill signal     •                 ✔     •           •     ✔     •

GPU interception       •                 ✔     ✔           •     •     •

Checkpoint inspect     •                 •     •           •     •     •
Checkpoint decode      •                 •     •           •     •     •
Checkpoint encode      •                 •     •           •     •     •

Query handler          •                 ✔     •           •     •     ✔

Health checks          •                 ✔     ✔           •     ✔     •

✔ = implemented, • = unimplemented, — = not installed, ✖ = incompatible
Not showing external plugins: criu, criu/cuda, gpu, streamer, k8s/runtime-shim

When developing a new plugin, or adding a feature to a plugin, it's helpful to see if there are any compatibility errors. Use cedana features --errors to see any incompatibility errors.

PreviousPluginsNextManaged process/container

Last updated 3 days ago

Was this helpful?

Check out the guide on for more information.

Check out the for all plugin-related subcommands.

writing plugins
CLI reference