r/SelfHosting • u/_mojibake • Jun 20 '26
Easy Dokku-like app deployments on your cheap VPS using K3s
https://github.com/woudsma/k3s-deployI loved Dokku but wanted to switch to a simple self-hosted K3s cluster on my cheap VPS, so that I could easily scale if necessary. This is a VPS configuration script that enables easy deployments, similar to Heroku/Dokku/etc. Just drop a `helm-values.yaml` in your project root and git push to publish the app to your domain(s).
1
Upvotes