This message was deleted.
# kubernetes
a
This message was deleted.
b
Hello @late-eve-82257, what do you mean by replicate state ?
l
let say synchronise all data between two sites
b
if it’s related to the config of your app, a tool like argoCD can help you.
l
thanks i will check, Do you know if it will sync differences on PVs
b
no, argocd https://argo-cd.readthedocs.io/en/stable/ is a tool for the deployment of k8s app but this tool can help you to manage the deployment of the same app on multiple cluster. For data sync, it will depends of the type of the data (Database, file, etc.) and you’ll probably need another tool.
l
I am using flleet to sync deployments for multiple cluster, practically looking for move this data from PVs, postgres, kafka, etc
f
👍 1
l
Looks promising., as far as i got backup/restore is one of closest options