It's certainly a GUI for a thing. What's your question though?
Selfhosted
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 posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
It is a GUI but it really helps me wrap my head around building Kubernetes deployments. Technically you could use a combination of podman and kubectl to do something similar but with Podman desktop it is all integrated which is nice.
Well an abstract from the real work might catch you in a weird spot, especially with the k8s world.
Eh... Without examples, I don't know that this is a good warning.
Everyone gets into different technologies at their own pace. Even if it does bite OP in some abstract way because they eventually get to some complex use case, that's okay; it's all a learning experience.
Tried it a couple times. Went back to the CLI.
If you know the CLI or are willing to learn, the GUI is yet-another layer for bugs to exist.
I do both
I use podman cockpit with virtualmin on my home server, can manage everything from my phone that way
I would switch to podman if there is an easy transition from docker to podman
Most commands are the same. They recommend just aliasing docker to podman so you can keep using your old commands.
This changes a bit when you start using podman quadlets instead of docker compose, but most compose commands have an analog in the quadlet syntax.
Ive yet to run into any compose files that I couldn't translate, but some functions took a bit. The quadlet docs from redhat really help there.
Look into podman compose
Its no longer actively supported. It likely still works, but redhat is moving away from it in favor of quadlets.
Quadlets use systemd files to manage containers, which is excellent, its just a departure from compose.
Even though it isn't technically supported it still can help with moving to Qualets and ultimately Kubernetes. You can use it to create a pod and then you can expose the configuration.