Quickstart
Begin checkpoint/migrate/restoring stateful workloads in Kubernetes in under 5 minutes!
Deployment
# test-pod.yaml
apiVersion: v1
kind: Pod
metadata:
name: cedana-sample-ppo-sb3
labels:
app: cedana-sample-ppo-sb3
spec:
restartPolicy: Never
containers:
- name: cedana-sample-container
image: "cedana/cedana-samples:latest"
command: ["python3", "/app/cpu_smr/rl/ppo_sb3.py"]
resources:
requests:
cpu: "1"
limits:
cpu: "1"
Checkpoint
Restore
Example
Last updated
Was this helpful?