|
|
|
|
|
by themafia
74 days ago
|
|
Using a single provider is a single point of failure. It may be that this provider has lots of internal failure modes, but you're still one credit card problem or fake legal request or one mistake away from experiencing the primary failure. If you actually care for the resiliency necessary to survive a provider outage you should have more than one provider. Which means you should be running your own origin and using the simplest CDN features you possibly can to make your use case work. |
|
> If you actually care for the resiliency necessary to survive a provider outage you should have more than one provider.
Well, that probably means duplication. This might be too expensive in certain situations. Also some occasional outages might be not a big concern for some, such as most bloggers.
I'm not downplaying the downsides of centralization. Certain things should be decentralized if it's reasonable. But it's not always that way.