this post was submitted on 12 Jul 2023
6 points (80.0% liked)

Selfhosted

60024 readers
1271 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Does anyone have a recommendation for someone with a domain name and a k8s cluster where I can set up a simple image and/or video host?

I don't want to have to use Imgur anymore, and am more than capable of setting up cloudflared, and just want to share a screenshot or two, or perhaps show some friends something cool in a video game without having to go through YouTube or Twitch.

you are viewing a single comment's thread
view the rest of the comments
[–] cestvrai@lemm.ee 4 points 2 years ago (2 children)

Why would you use k8s for image hosting?

I use bucket storage from my cloud provider with a subdomain. With this kind of setup you can get access control and a CDN out of the box.

[–] Fenzik@lemmy.ml 1 points 2 years ago (1 children)

Yep, k8s is for people who need regular capacity scaling and high availability. Self hosting images is a static website, perfect for an S3 bucket or similar

[–] cestvrai@lemm.ee 1 points 2 years ago

I guess if you were an image host running a thumbnailing service or something 🤔

[–] kelvie@lemmy.ca 1 points 2 years ago

I mean it has longhorn and NFS storage providers, k8s would just be for the services cause it's easy to deploy and manage.