Difference between revisions of "Kubernetes snapshots"

From wikieduonline
Jump to navigation Jump to search
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
Kubernetes volume snapshots only support the out-of-tree [[CSI]] volume plugins. ([[v1.20]], Dec 2020) https://kubernetes.io/blog/2020/12/08/kubernetes-1-20-release-announcement/#volume-snapshot-operations-goes-stable
 
* https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-snapshot-and-restore-volume-from-snapshot-support
 
* https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-snapshot-and-restore-volume-from-snapshot-support
 +
* https://kubernetes.io/docs/concepts/storage/volume-snapshots/
 +
[[kind: VolumeSnapshot]]
 +
[[kind: VolumeSnapshotContent]]
  
== Relate ==
+
[[kubectl create -f your_new_snaspshots.yaml]]
* [[snapshots]]
 
  
 +
* <code>[[kubectl get volumesnapshot]]</code>
 +
* <code>[[kubectl get volumesnapshot]] -A</code>
  
{{K8s sto}}
+
[[snapshot.storage.k8s.io]]
 +
[[snapshot.storage.kubernetes.io]]
 +
 +
== Related ==
 +
* [[Snapshots]]
 +
* <code>[[minikube addons enable volumesnapshots]]</code>
 +
* [[volumesnapshots]]
 +
* [[VolumeSnapshotDataSource]]
 +
 
 +
== See also ==
 +
* {{Kubernetes snapshots}}
 +
* {{K8s sto}}
 +
 
 +
[[Category:K8s]]

Latest revision as of 08:56, 23 October 2023

Advertising: