Thanks for all the feedback. Actually what i was kind of looking at achieving is something similar to our own 'Managed Database' like AWS Aurora RDMS where the OS upgrades, database upgrades, high availability, replication etc is all handled by the cloud provider (Which we are also trying to figure out how to achieve). I think these use kubernetes of some sort? Im not sure.
Regards, Hunter On Mon, 26 Feb 2024 at 20:28, Kiran Chavala <kiran.chav...@shapeblue.com> wrote: > +1 for using Cloud-init to install and configure your DBMS. > > Or you can use packer plugin for cloudstack to create golden image > template with DBMS > > > https://developer.hashicorp.com/packer/integrations/hashicorp/cloudstack/latest/components/builder/cloudstack > https://copyprogramming.com/howto/how-to-setup-mysql-with-cloud-init > > > Regards > Kiran > > From: Jayanth Reddy <jayanthreddy5...@gmail.com> > Date: Monday, 26 February 2024 at 8:15 AM > To: users@cloudstack.apache.org <users@cloudstack.apache.org> > Subject: Re: Cloudstack with Managed Databases? > Hello, > One of the ways I think of is to make use of the cloud-init's > functionalities to install and configure your DBMS. However you may have > less view of the DBMS later which might not exactly fit into "managed". > > I've seen people have their own CMP and handling all the integration there. > > Thanks, > Jayanth > > > > > ________________________________ > From: Hunter Yap <123qwqqw...@gmail.com> > Sent: Monday, February 26, 2024 8:04:39 am > To: users@cloudstack.apache.org <users@cloudstack.apache.org> > Subject: Cloudstack with Managed Databases? > > Hi Guys, > > We are exploring offering Managed Databases as a service on our Cloudstack > Public Cloud. > > Has anyone done this before? What method did you use and what was the > experience like? > > Regards, > Hunter >