Hacker News new | ask | show | jobs
by sunguroku 1102 days ago
> it does seem like your target market are dev teams which are light on DevOps skillsets because you can run these systems for free with a modicum of DevOps chops on the team.

Managing infrastructure at scale is not trivial (otherwise, why would full-time devops engineers exist?), and that's why platforms like Porter exists to help companies scale more easily with fewer devops resources. It's the same reasoning as why so many developers like yourself use Fly.io - you could run your applications for free on an EC2 instance instead of paying fly.io/heroku/render a margin on top of it if you have a modicum of devops chops. Yet clearly, these platforms are bringing enough value in the axes of developer experience and reliability that justifies the additional cost for you.

RE your comment in the other thread about there being open source options: it's worth mentioning that Porter is also open-source (repo here: https://github.com/porter-dev/porter). If you want to use Porter purely as a UI on top of your own infrastructure that you are managing yourself, you are more than welcome to take it out on a spin with our OSS repository!