Hey all,
So relatively new to Percona for mongodb in k8s. When I first setup our clusters I setup the storage class as unencrypted. This has now propagated throughout our environments to prod. We are running mongo8.x in AWS EKS with the operator etc. Now looking to move the unencrypted EBS volumes to encrypted volumes.
Is there a way to do this without down time? I was hoping that I could create the new SC, apply it to the pods, pause the operator and then delete the pods one at a time waiting for replication to complete before proceeding to the next pod. This however cannot be done and makes sense since you would have encrypted and non-encrypted together until all pods were recycled.
Is there any possible way to do this without down time? Is there something I am missing or not thinking of that would allow me to do this? Possibly an article somewhere on how to do it. I have not been able to find anything on this matter but may not be searching correctly. Any input or thoughts on the matter would be greatly appreciated.
Thanks