I want to delete the existing PVC of one of the pods and then again I need to sync the data once pod up. as below steps
- scale down data pod to zero (current data replica size is two)
- Remove the pvc of data-0
- Once removed PVC again scale up to 2 replicas
If we do above steps (in ingest traffic running) is data will sync from data-1 pod PVC without loss?
And, is buffered data during zero replica state will ingest without loss?
Or do we need to any steps on top of it?
TIA.