vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.41k stars 1.37k forks source link

windows application on kubernetes #4266

Open themonaminor opened 2 years ago

themonaminor commented 2 years ago

i am having a AKS cluster with (windows and linux nodes)

i have two types of application:- one type is linux platform based application and another is windows platform based application. i have deployed application on linux nodes and windows nodes respectively by using taint and tolerations.

finally i wanted to take backup of both type of application.

i was successfully able to take backup of linux application using velero.

but i was getting error when i take backup if windows application which is deployed on windows node in AKS.

wanted to know whether velero take backup of application deployed on windows nodes of k8s.

please help me on this.

reasonerjt commented 2 years ago

Windows application B/R is not officially support. However, this should work if you are using the volume snapshotter in azure plugin (not restic). Could you clarify how you installed velero, and what errors you saw?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

Closing the stale issue.

a-jalan commented 1 year ago

Is there a way to get Windows support put into a feature request? There are customers looking at Velero for backups who use Windows containers.