It looks like this project is for more than just MySQL. Should the title get updated? Also, the `Quick Start` link in the readme goes to a 404.
An open-source MySQL alternative for running database on Kubernetes
11–20 of 61 posts
Re: An open-source MySQL alternative for running database on Kubernetes
#12Re: An open-source MySQL alternative for running database on Kubernetes
#13If this is supposed to be used in production as open source, then I am a little surprised that it's under AGPL 3.0, especially given there's no mention of commercial version.
Unless you were using a modified version without making your changes available, why would this be a problem?
It's meant to close the serve-over-the-network loophole of the GPL.
Re: An open-source MySQL alternative for running database on Kubernetes
#14Re: An open-source MySQL alternative for running database on Kubernetes
#15So now instead of debugging database performance issues you also have to debug the third party database orchestration middleware and the Kubernetes cluster workloads.
Re: An open-source MySQL alternative for running database on Kubernetes
#16Re: An open-source MySQL alternative for running database on Kubernetes
#17This seems interesting but this passage from the readme is a red flag to me: >You do not have to learn database tuning. KubeBlocks can leverage storage and computing resources to achieve optimal database performance. No one has ever delivered on this pipe dream.
I think the key word here is "you". You just get it running, hack your spaghetti and when it becomes a problem you're already assigned on another project so someone else will have to sort it out.
Just remember when you leave a pool of shit behind, one of the victims might be making a hiring decision about you at some point in the future.
Re: An open-source MySQL alternative for running database on Kubernetes
#18Re: An open-source MySQL alternative for running database on Kubernetes
#19This seems interesting but this passage from the readme is a red flag to me: >You do not have to learn database tuning. KubeBlocks can leverage storage and computing resources to achieve optimal database performance. No one has ever delivered on this pipe dream.
So... throw money on compute instead of just adding an index..?
Re: An open-source MySQL alternative for running database on Kubernetes
#20This seems interesting but this passage from the readme is a red flag to me: >You do not have to learn database tuning. KubeBlocks can leverage storage and computing resources to achieve optimal database performance. No one has ever delivered on this pipe dream.
So... throw money on compute instead of just adding an index..?
People say they don't need sysadmins and stuff like this is the result.
Vertical scalability limits are very soon met and can be difficult to fix post-fact.