Remix.run Logo
satvikpendem a day ago

Check out canine.sh, it's to Kubernetes what Coolify or Dokploy is to Docker, if you're familiar with self hosted open source PaaS.

chuckadams a day ago | parent | next [-]

And on a similar naming note yet totally unrelated, check out k9s, which is a TUI for Kubernetes cluster admin. All kinds of nifty features built-in, and highly customizable.

satvikpendem a day ago | parent [-]

If we're talking about CLIs, check out Kamal, the build system that 37signals / Basecamp / DHH developed, specifically to move off the cloud. I think it uses Kubernetes but not positive, it might just be Docker.

Nextgrid a day ago | parent [-]

It's just Docker - it SSH's in to the target servers and runs `docker` commands as needed.

kachapopopow a day ago | parent | prev [-]

I just push to git where there is a git action to automatically synchronize deployments