libertysoft3 / saidit

The reddit open source fork powering SaidIt
https://saidit.net
Other
226 stars 40 forks source link

Kubernetes support #96

Open z0r0 opened 3 years ago

z0r0 commented 3 years ago

Hello,

Would the saidit community be interested in a helm port of the saidit supporting infrastructure? I'd be willing to do some of the work to get things stood up appropriately.

Cheers, z0r0

libertysoft3 commented 3 years ago

I don't know what all this means but it sounds pretty cool. Getting a good container going for this app is essential to overcome/mitigate its Ubuntu 14 dependency.

z0r0 commented 3 years ago

One of the barriers to scaling most of the reddit stack that I've seen is scaling the web of interdependencies. Solr is a good example. It should be pretty easy to scale those dependencies using K8s, to allow for easier and more scalable deployments, upgrades, testing, etc. As I understand it, this is largely how reddit runs now vs. the their latest OSS snapshot.