Velero is the industry-standard and VMware-supported service integrated into VCF 9.0 for the backup and restoration of Kubernetes-based workloads, specifically vSphere Pods and persistent volumes. Within the VCF Automation framework, Velero is often deployed as part of the Supervisor services or within TKG clusters to provide data protection for stateful applications. It captures the state of the Kubernetes API objects (such as Pod specs and Secrets) and triggers snapshots of the underlying vSphere storage (via the Cloud Native Storage/CNS driver) to ensure that workloads can be recovered in the event of a cluster failure or accidental deletion. While other services like ArgoCD handle continuous delivery and VKS handles cluster lifecycle, only Velero is dedicated to the operational task of disaster recovery and migration of containerized resources within the vSphere Supervisor environment.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit