4 ms·
If have a global user base, depending on your workload, a simple CDN in front of your hardware can often go a long ways with minimal cost and complexity.
by jread 2y ago
If have a global user base, depending on your workload, a simple CDN in front of your hardware can often go a long ways with minimal cost and complexity.
- motorest 2y ago> If have a global user base, depending on your workload, a simple CDN in front of your hardware can often go a long ways with minimal cost and complexity. Let's squint hard enough to pretend a CDN does not qualify as "the cloud". That alone requires a lot of goodwill. A CDN distributes read-only content. Any usecase that requires interacting with a service is automatically excluded. So, no.
- jread 2y ago> Any usecase that requires interacting with a service is automatically excluded This isn't correct. Many applications consist of a mix of static and dynamic content. Even dynamic content is often cacheable for a time. All of this can be served by a CDN (using TTLs) which is a much simpler and more cost effective solution than multi-region cloud infra, with the same performance benefits.