Questions tagged [kubernetes-snapshot]
3 questions
                    
                    2
                    
            votes
                
                1 answer
            
        Periodic VolumeSnapshot in Kubernetes
I wrote a CronJob that periodically takes volume snapshot of my PVC. Below is the CronJob file:
kind: CronJob
metadata:
  name: mycronjob
spec:
  schedule: "*/2 * * * *"   # Run the job every 2 minutes
  jobTemplate:
    spec:
      template:
      …
        
        Varshney P.
        
- 208
 - 1
 - 12
 
                    0
                    
            votes
                
                0 answers
            
        EKS cluster PVC and namespace snapshots
Having difficulty to find a proper tool or combination of tools in order to safely create selective backups of resources in EKS.
Valero seems to be a good option. It is not clear how the PVC snapshots are performed and if they can be performed…
        
        S1c0r4x
        
- 47
 - 2
 - 6
 
                    0
                    
            votes
                
                0 answers
            
        Why doesn't "kubectl describe snapshot" show reason for failure
Using CSI driver, created volumes and took a snapshot. But Snapshot creation was failure due to some authentication issues. Retries were happening but I was expecting reason for failure in kubectl describe snapshot O/P. Even after 17 minutes the…
        
        ambikanair
        
- 4,004
 - 11
 - 43
 - 83