[FAQ] We use K8s on prem. Is it possible to use Velero to backup an on prem K8s cluster to NFS or some other PV we have? #3371
Answered
by
dsu-igeek
dsu-igeek
asked this question in
Community support Q&A
-
We use K8s on prem. Is it possible to use Velero to backup an on prem K8s cluster to NFS or some other PV we have? |
Beta Was this translation helpful? Give feedback.
Answered by
dsu-igeek
Jan 29, 2021
Replies: 1 comment
-
Currently Velero can't write the Kubernetes YAML directly to a file system. You'd need an object storage API, like MinIO, in front of it. You can see an example deployment using MinIO here: https://github.com/heptio/velero/blob/master/examples/minio/00-minio-deployment.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carlisia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Velero can't write the Kubernetes YAML directly to a file system. You'd need an object storage API, like MinIO, in front of it. You can see an example deployment using MinIO here: https://github.com/heptio/velero/blob/master/examples/minio/00-minio-deployment.yaml