Deploying Cedana on your cluster
Using a helm chart
We provide a helm chart, to easily install our services on your cluster.
Currently the host images should be debian:bookworm
or ubuntu:22.04
and above.
We don't properly support non-debian based images. Consider switching to Ubuntu AMI for k8s nodes on AWS EKS from Amazon Linux.
When running Cedana against an EKS cluster, cgroupsv2 must be used by your container runtime and be installed on your AMI. The minimum Linux kernel version is 6.1.x.
If you're a customer with an organization configured w/ cedana, replace https://sandbox.cedana.ai
with your org name (e.g https://myorganization.cedana.ai
).
Installation
Make sure you have the helm
tool installed.
To run the controller we require your CEDANA_AUTH_TOKEN
, which you can generate here.
If you want the latest changes or in case the above fails to work feel free to use our helm chart repo.
Uninstall
To get rid of the cedana
daemon running on the host nodes:
Last updated