Merry Christmas! for those that celebrate it!
Look what’s under the tree: Kasten! Unwrap the box and install asap for Happy Holidays and Data Protection!
Here are the instructions to help you follow along with the video.
k create ns kasten-io
k create ns kasten-io
Add the Kasten Helm Repo:
helm repo add kasten https://charts.kasten.io/
helm repo updateAnnotate the volumesnapshotclass:
k annotate volumesnapshotclass longhorn k10.kasten.io/is-snapshot-class=true
Create a Kasten values file to enable token authentication and to have Kasten create an ingress for dashboard access:
auth:
tokenAuth:
enabled: true
ingress:
class: traefik
create: true
Install Kasten:
helm install k10 kasten/k10 --namespace=kasten-io -f k10_val.yaml
