this post was submitted on 14 May 2024
408 points (97.4% liked)

Technology

57304 readers
3149 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] slimarev92@lemmy.world 7 points 3 months ago (1 children)

Where would you put their data then? Self hosting is not exactly safe either.

At the end of the day, every approach has its tradeoffs. Using a reputable cloud provider is a very valid choice.

Thank you! Every time a story like this comes up, people seem to wanna pretend managing your own hardware is all sunshine and rainbows. Especially if you want global scale or as little down-time as possible, cloud provider's your best bet, albeit one where you have less control than you would with your own servers.

Opinion: You should be building on top of open source platforms and tools (Docker, Kubernetes if you need it...granted I'm not an expert in this area) to mitigate some of the vendor-lockin, and take a multi-cloud approach. If you're mainly hosting on GCP for example, host smaller deployments on AWS, Azure, Cloudflare, or something else as a contingency...eventuality you can also add or just move to your own servers relatively painlessly. Also AGGRESSIVELY backup up your database in multiple places.