Piku: Allows git push deployments to your own servers
11–20 of 169 posts
Re: Piku: Allows git push deployments to your own servers
#12Isn't it better to create local docker repository and then use Podman Quadlet with autopull images to run apps?
Re: Piku: Allows git push deployments to your own servers
#13Isn't it better to create local docker repository and then use Podman Quadlet with autopull images to run apps?
Better in what way?
Re: Piku: Allows git push deployments to your own servers
#14Re: Piku: Allows git push deployments to your own servers
#15Re: Piku: Allows git push deployments to your own servers
#16This afaik is missing from most PaaS tools (CapRover excluded, but it has been illegally relicensed to non-open-source). Perhaps watchtower or something could replace the functionality?
Re: Piku: Allows git push deployments to your own servers
#17pikku means tiny or little in Finnish. Is it where the name came from?
Re: Piku: Allows git push deployments to your own servers
#18Earlier quoted context omitted.
Better in what way?
1. Less dependencies (only Podman and registry is needed) 2. Rock solid rootless systemd service management 3. Easy integration with systemd-proxyd 4. Easy manage dependencies between containers (with healthchecks) 5. Rollbacks
Also, what is the localdev UX like? With Docker Swarm I can easily run very similar setups in dev, test and prod, and it works with multi-node setups, has support for secrets etc. But the lack of work going into Docker Swarm becomes more concerning as the years pass by.
Also, had no idea systemd-proxy was a thing - is there anything systemd doesn't have its tentacles into? :)
Re: Piku: Allows git push deployments to your own servers
#19Re: Piku: Allows git push deployments to your own servers
#20Earlier quoted context omitted.
1. Less dependencies (only Podman and registry is needed) 2. Rock solid rootless systemd service management 3. Easy integration with systemd-proxyd 4. Easy manage dependencies between containers (with healthchecks) 5. Rollbacks
Sounds interesting! Is there any support for multi-node systems? Let's say I want to have an ingress Caddy proxy on one node, which reverse proxies to several backed APIs on other nodes - can this be done simply with Podman Quadlet? Also, what is the localdev UX like? With Docker Swarm I can easily run very similar setups in dev, test and prod, and it works with multi-node setups, has support for secrets etc. But the…
It's not designed to work on local envs. When I wanted to debug infra I used to run it on Vagrant though