minus-squaremadnificent@lemmy.worldtoSelfhosted@lemmy.world•Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at timeslinkfedilinkEnglisharrow-up1·1 year agoKubernetetes is crazy complex when comparing to docker-compose. It is built to solve scaling problems us self-hosters don’t have. First learn a few docker commands, set some environment variables, mount some volumes, publish a port. Then learn docker-compose. Tutorials are plenty, if those from docker.com still exist they’re likely still sufficient. linkfedilink
minus-squaremadnificent@lemmy.worldtoSelfhosted@lemmy.world•#Forgejo v1.19.4-0 was just released! This is a security release.linkfedilinkEnglisharrow-up2·2 years agoI am waiting for federation to land. Would love to give it a spin and see how smooth that works across instances. linkfedilink
Kubernetetes is crazy complex when comparing to docker-compose. It is built to solve scaling problems us self-hosters don’t have.
First learn a few docker commands, set some environment variables, mount some volumes, publish a port. Then learn docker-compose.
Tutorials are plenty, if those from docker.com still exist they’re likely still sufficient.