Ghost and Serverless Aurora

Hi!

I’m looking for some information on if it would be possible to run Ghost CMS within my k3s cluster and have the MYSQL database work offloaded to AWS serverless Aurora? I’m trying to figure out the most cost efficient way to do this within kubernetes.

Thanks!

Is it posible? Yes. I have done that just a few weeks ago as a test. Is it officially supported? Not really: Supported databases in production for self-hosting Ghost - Ghost Developers

Also, is it the most cost efficient? Absolutely not. The most cost-efficient will be a stateful set running the MySQL 8 image, given that you have a way of persisting storage (which you should have, since Ghost needs that for the content folder).