Skip to content

Files

Latest commit

 

History

History

aks_velero_multiregion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Deploy Solution

terraform init
terraform apply --auto-approve

Install Velero

choco install velero

Use Velero

kubectl apply -f ./app/app_with_pv.yaml
velero backup create nginx-backup --include-namespaces nginx-example 
kubectl delete namespaces nginx-example
velero restore create --from-backup nginx-backup

References:

Velero Examples Velero Helm Chart Values Velero plugins for Microsoft Azure