As mentioned in the title, I have an eks kubernetes cluster in aws, I have a redis service, and persist redis data through pvc, Storageclass Provisioner is aws-ebs, is there any way to backup my redis data? Thanks in advance
Asked
Active
Viewed 823 times
1
-
Does [this](https://redis.io/topics/persistence) answer your question? – Matt Nov 12 '20 at 09:30
-
Thank you very much, I used the AOF here as a persistent storage, and at the same time I used kubernetes pvc to store this AOF file, the provider is aws EBS, what I want to ask is whether there is a backup of kubernetes pvc volume Recovery plan – gophergfer Nov 13 '20 at 10:53