Show HN: I built a tool to make Kubernetes feel like a PaaS
deckrun.comI’ve always loved how PaaS platforms like Fly.io or Heroku make deploying apps super easy. However, the problem is that once you need more resources, costs skyrocket. That’s what gave me the idea to build something that feels like a PaaS but runs on managed Kubernetes instead.
I’ve been working on this as a side project for the past two years, and I've just launched it. I’m now working on it full-time.
It’s a CLI tool that lets you deploy your app to Kubernetes using just one simple config file (TOML). You can create clusters, set up processes, environment variables, resource limits, autoscaling, check logs, and more, all from the CLI.
Right now, it works with DigitalOcean and Scaleway, but I’ll be adding more providers over time.
I just got my first customers on it, and I’d love to hear what you think. Any feedback is really appreciated!