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.
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:
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
No spam.
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
Submission headline should match the article title.
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
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.
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
I guess if you were an image host running a thumbnailing service or something 🤔
I mean it has longhorn and NFS storage providers, k8s would just be for the services cause it's easy to deploy and manage.
As for streaming, I use OvenMediaEngine to stream to my friends: https://github.com/AirenSoft/OvenMediaEngine
It has a latency way under half a second and is perfect for streaming video games.
Picsur might be a good option, it was designed to be a self-hosted replacement for imgur. Here is the github: