Skip to content

Commit 5abbb38

Browse files
authored
Update aks-backup-faq.yml
1 parent 0339fcc commit 5abbb38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/aks-backup-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ sections:
238238
- question: |
239239
Will snapshots for all Persistent Volumes (PVs) in a backup configuration be taken at the exact same time, or is there a delay?
240240
answer: |
241-
Azure Backup for AKS does not currently support taking snapshots of all PVs at the exact same millisecond. While the snapshot operations are initiated in parallel, there may be slight delays between individual PV snapshots due to infrastructure and API timing. To help achieve consistency across multiple PVs, Azure Backup supports [application-consistent backups using hooks](azure-kubernetes-service-cluster-backup#use-hooks-during-aks-backup). Hooks allow users to pause application writes before snapshotting and resume them afterward. This approach improves consistency and mimics crash consistency, though it may not be equivalent to true simultaneous snapshots or coordinated database-level consistency.
241+
Azure Backup for AKS does not currently support taking snapshots of all PVs at the exact same millisecond. While the snapshot operations are initiated in parallel, there may be slight delays between individual PV snapshots due to infrastructure and API timing. To help achieve consistency across multiple PVs, Azure Backup supports application-consistent backups using hooks. Hooks allow users to pause application writes before snapshotting and resume them afterward. This approach improves consistency and mimics crash consistency, though it may not be equivalent to true simultaneous snapshots or coordinated database-level consistency.
242242
243243
- question: |
244244
What happens if I select the "Skip" option for Kubernetes resources including PVCs during an AKS restore?
@@ -255,4 +255,4 @@ additionalContent: |
255255
256256
## Next steps
257257
258-
- [Azure Backup for AKS support matrix](azure-kubernetes-service-cluster-backup-support-matrix.md)
258+
- [Azure Backup for AKS support matrix](azure-kubernetes-service-cluster-backup-support-matrix.md)

0 commit comments

Comments
 (0)