▲ | boxed 4 days ago | |||||||||||||||||||||||||
The "cloud environments" part sounds like marketing fluff. "The cloud" is just someone else's servers after all. There's nothing special about it. | ||||||||||||||||||||||||||
▲ | IgorPartola 4 days ago | parent | next [-] | |||||||||||||||||||||||||
That’s like saying a chair is just a tree that has been modified. Technically true, practically there are some very specific differences. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | benjiro 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
> There's nothing special about it Wait when you need to manage a bunch of servers yourself. Unfortunately, the solutions available are complex, and not something where you can simply points something to a server, or VPS, and have a quick total controlled kernel level solution. K8, sure, but even that is not on the same level. And when you then need to manage DB's, your often placing those outside K8. Most scalable solutions like CRDB (10m pay, required yearly "free" license approval), Yugabyte(half broken), TiDB ... have their own issues and again, do not tie into a complete managed cloud experience. | ||||||||||||||||||||||||||
▲ | pbronez 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
In this case, it seems to refer to their support for S3-compatible object storage as for persistence. | ||||||||||||||||||||||||||
▲ | grandfugue 4 days ago | parent | prev [-] | |||||||||||||||||||||||||
If you take a look at how storage is billed in cloud, you'll see a huge difference. Networked storage, e.g., EBS, provides durability and survives VM restart. But it is billed on IOPS. 200K IOPS is a piece of cake for today's NVMe. But a 200K EBS easily costs you thousands per month. High-end NVMe devices, unfortunately, are all instance-level storage, which means they are gone if you shutdown your VM. |