this post was submitted on 05 Jun 2023
131 points (100.0% liked)

Open Source

30297 readers
1025 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

So in the spirit of this community and not just to focus on the Reddit... issues... I thought it might be nice to get a topical conversation going in here.

Basically, what open source projects are you currently working on or are you heavily involved with?

I think it would be nice to see what projects people have on the go, get some publicity out there and otherwise talk about stuff that we should be discussing here.

you are viewing a single comment's thread
view the rest of the comments
[–] oranki@sopuli.xyz 3 points 1 year ago (1 children)

I'm planning on writing a wrapper for Podman and systemd to make it possible to use kubectl commands to deploy and maintain applications. The idea is a middleground between Podman (or Docker) to real Kubernetes like k3s...

Not sure if anyone (even me) would find it interesting or useful. But a good excuse to learn more Go.

[–] qjammer@lemmy.ml 2 points 1 year ago (1 children)

Sounds interesting! It could be useful for self hosting apps without the complexity of k8s.

[–] oranki@sopuli.xyz 1 points 1 year ago

My thoughts as well. Podman + systemd is a really solid combination for small scale deployments like homelabs, abstracting it a bit would make it even more approachable.