Hello
we just had a severe incident where our GKE cluster got deleted. Therefore any resources on it got deleted. Is there a way to recover the MongoDB data after all ? The disks are there but nothing else (even the encryption key is lost) …
- How can I recover the encryption key ?
- How can I recover mongodb-keyfile / mongodb-key ?
- How can I bundle the disks so that they get accepted again as PVCs by the MongoDB cluster ?
- Anything else to consider ?
Thanks
John
PS: why are the critical keys generated ? If they would be part of the deployment, this would be preferable - so that they do not get forgotten to be backuped.