Hello, I have an on-prem setup that I want to move to the cloud. I want to run it on Kubernetes for portability. I have selected AWS EKS (since I have credits). I am able to follow the ECK document and get basic nodes up and running. However to run a production-grade deployment there are many things to be considered.
I wanted to know if there are any good kubernetes deployment sample files that I can readily use for a multi-node deployment replete with persistent volume configuration etc.
Currently, I am evaluating this:
Thanks.