KubeBlocks is an open-source database operator that enables teams to easily deploy, manage and operate any database on Kubernetes. It provides a unified approach to database management, supporting various databases like MySQL, PostgreSQL, Redis, MongoDB and more with enterprise-grade features including high availability, backup & restore, and automated day-2 operations.
GitHub Actions is completely free, and you can always use free S3-compatible storage like Cloudflare R2, making the entire setup cost nothing.
VPS has two main drawbacks:
Many don't guarantee persistent disk storage
It's not ideal for CI/CD scenarios where you need ephemeral databases for testing
But you're right - if you need a simple, always-on database, a $5 VPS might be a good choice.
Wait, this is news to me - which VPS providers do not have persistent data storage? Are you thinking of Heroku-like deployments? I feel like every VPS provider I've encountered always listed storage as a feature?
I was thinking about EC2's default instance storage - it's ephemeral and gets wiped when you restart or stop the instance. Without paying for EBS volumes, EC2's storage is non-persistent by design.
You can't rely on VPS disk - backups, data retention and recovery is all up to you in case of node failure. There are other much more expensive and much slower products (external networked volumes) that do offer guarantees, but that's additional charge.
Well, Amazon might fail as a company at some point and then all your data will be gone. Theoretically.
Much more likely, though, is that you, or some sysadmin at your company, or even some user will accidentally hit the "delete" button on something important, and then without a backup, you can't get it back. Which is honestly the thing that people usually need their backups for, anyway. This is what most "data loss incidents" are: people just messing up and deleting things they shouldn't have. Wetware is much more prone to failure than hardware, after all.
Yes, and you never use those, because if the VPS company fails, your backups are gone. So use the backup services of a second (and third) company if you value your data.
Github actions are not free, you get a bunch of free minutes. For the public repositories, you are usually queued too far if you are sending lots of actions.
I mean kinda? It's free for public repositories, but free doesn't mean free for anything. The use of GitHub actions, like most thing in life, has terms of service[1]. This use-case arguably breaks the term "for example, don't use Actions [...] as part of a serverless application". If you start using this for demos, you'd probably also be breaking "You may only access and use GitHub Actions to develop and test your application(s)".
It's up to GitHub if they choose to enforce any of these terms. I just want to point out that there are limits to "free".
> for example, don't use Actions as a content delivery network or as part of a serverless application, but a low benefit Action could be ok if it’s also low burden
Just as the wesql article states, Use Cases is Not Recommended For:
- Long-term database hosting or production workloads.
- Maintaining an always-on public database endpoint.
- Circumventing GitHub Actions usage policies.
Sure.
That's the fascinating aspect of WeSQL database - its compute-storage separation allows you to run the database anywhere while data persists in S3.
You can shut down the compute service and restart it anywhere else - the data will simply restore from S3.
Yep, GitHub Actions isn't meant for production deployment - it's a CI/CD service with a 6-hour limit per run.
But that's the cool thing about WeSQL - you can run it anywhere! Just fire it up like any other container. For production, throw it on ECS/EKS and you're good to go.
When I was extroverted, I tend to be willing to take more responsibilities, showing concern for others, being optimistic. In the opposite, I tend to take less responsibilities, easily become anxious and always worried about the future.
You are confusing introversion with anxiety. Introversion is about the environment you thrive in - being with your own thoughts. Extroversion - with other people. You talk more about anxiety which can often be associated with depression. People don't change much between introvert and extrovert but they do go in and out of depression. You might find it helpful to talk to someone about that.