So they went from Heroku buildpack-based ops, to Kubernetes on EKS, through a 3rd party orchestration service? The post is essentially just content marketing for Porter.

This is like a case study in what not to do and I think a future followup to this post will read like a mea culpa. The level of complexity they took on unwittingly is massive, and it seems like little research was done if they chose EKS -- which is easily the worst Kubernetes offering of any of the big cloud providers. Wonder what their billing will look like next month.

Folks getting off Heroku: do yourself a favour and either go to Fly.io + Dockerfiles, use a fully managed service like Render, use ECS in AWS, or if Kubernetes + major cloud is the important part for some inexplicable reason: use GKE.

Co-founder and OP here. First off, it's worth mentioning that we did not ask the customer to write this blog post in any way. It was a write-up that taught us a lot about the adoption journey of our own product, so I just thought I'd share it on HN (honestly surprised that it made to the front page).

I've touched on this in the other comment, but I'd like to once again reiterate that Porter is not meant for small scale projects that do not warrant the scalability of something like Kubernetes. We actually advise many people getting off Heroku who are interested in Porter to use Fly.io or Render instead, because for most individuals who are running projects that do not anticipate scale, those platforms make more economic sense.

Porter is designed for companies, not individuals. The base infrastructure Porter provisions alone is around $300, so if your spend on Heroku is less than that, it's more affordable to stay on Heroku or use a platform like Fly.io/Render. For companies who are running at decent scale, however, we've found that Porter starts making sense earlier than you'd think, because cost on platforms like Heroku starts increasing rapidly as you scale beyond a certain point (e.g. a single Performance L dyno on heroku already costs around $500/mo). This particular customer has actually been on Porter for more than a year and had no fluctuations in their billing.

In comparison to ECS, our customers actually tell us that Porter is easier and more developer friendly than ECS (many of our users migrate from ECS as well, not just to improve scalability but for the better developer experience - we wrote about it here: https://www.porter.run/case-study/why-woflow-moved-from-ecs-...). There's no denying that Kubernetes is complicated - do most startups need Kubernetes? Absolutely not. But if it's actually easier to use than something like ECS and as easy as Heroku, why not deploy on the most robust, industry-standard orchestrator that you can customize later and leaves no stones unturned for the future?

Porter supports GKE as well as EKS, and which k8s offering you use under the hood is largely unimportant to the end user because Porter abstracts k8s anyway. Migrating from a platform like Heroku to Porter is just a few hours of work.

Oh so it is content marketing from Porter.

I'm not interested in litigating Porter (which I imagine is awesome) vs. other systems, but 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.

That doesn't make this story any less puzzling from a technical decision-making standpoint.

> 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!