# cedana Kubernetes

- [Installation](https://docs.cedana.ai/cedana-kubernetes/installation.md): Begin checkpoint/migrate/restoring stateful workloads in Kubernetes in under 5 minutes!
- [Manual Checkpoint/Restore](https://docs.cedana.ai/cedana-kubernetes/cr.md): Begin checkpoint/migrate/restoring stateful workloads in Kubernetes in under 5 minutes!
- [Automation](https://docs.cedana.ai/cedana-kubernetes/automation.md): Adding automation to checkpoint/restore in Kubernetes
- [Pod Spec Whitelist and Remapping](https://docs.cedana.ai/cedana-kubernetes/podspec-whitelist-remapping.md): Extending the saved Kubernetes pod spec with annotations
- [Storage](https://docs.cedana.ai/cedana-kubernetes/storage.md)
- [Configuration](https://docs.cedana.ai/cedana-kubernetes/configuration.md)
- [Jobs](https://docs.cedana.ai/cedana-kubernetes/jobs.md): The right question is: what schedulers do we not support?


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cedana.ai/cedana-kubernetes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
