We included Porter in our post-Heroku research and chose Render. We have loved Render and expect to be with them for quite a while (as we were with Heroku). If they happen to go south as Heroku did, we will find another PaaS... we will not 'eject' to bare metal or self configuration on AWS.
Show HN: Porter Cloud – PaaS with an eject button
31–40 of 97 posts
Re: Show HN: Porter Cloud – PaaS with an eject button
#32Cloud Functions are just a http handler with no hard dependencies on GCP.
Cloud Tasks are just a handler and the tasks just hit your Cloud Functions.
Cloud SQL is just postgres.
You connect your github with actions that CI/CD auto deploy to the above.
If you do it that way, you're pretty much dependency free and can move anywhere else if you need to.
Re: Show HN: Porter Cloud – PaaS with an eject button
#33If Porter can host GPU’s, that’s a superpower render.com doesn’t have.
Re: Show HN: Porter Cloud – PaaS with an eject button
#34Re: Show HN: Porter Cloud – PaaS with an eject button
#35The key benefits for a small startup team are:
1. Effortless CI/CD: Deploying services on K8s clusters across different clouds becomes trivial. Setup a dockerfile in your repo, point Porter at it, deploy. We mostly run APIs behind AWS API Gateway.
2. Startup credits: You can use your existing credits on AWS, Azure etc.
3. Zero lockin: You can deploy in parallel and switch service providers.
4. Devops expertise: The Porter team have given us next-level hands-on support and help to figure out how to run things optimally. A lot of sensible defaults are built in. As a coder, they have knowledge of how to scale services effectively that (to be blunt) I couldn't match no matter how much time I spent trying to learn it as a lay person.
If you're a K8s and devops master, you probably don't need this. If like me you're a programmer with limited devops skills looking for the fastest and easiest way to just solve deployment and scaling, Porter is close to magic. Plus they have one of the most helpful and friendly teams I've worked with anywhere.
(edit for typo)
Re: Show HN: Porter Cloud – PaaS with an eject button
#36Any plans to support eject to on-prem or bare metal hosters like Hetzner?
Re: Show HN: Porter Cloud – PaaS with an eject button
#37I personally don't get it. You can start on GCP today, without being tied to GCP much at all. It isn't even expensive to do so. Is there something I'm missing here? Cloud Functions are just a http handler with no hard dependencies on GCP. Cloud Tasks are just a handler and the tasks just hit your Cloud Functions. Cloud SQL is just postgres. You connect your github with actions that CI/CD auto deploy to the above. If…
Re: Show HN: Porter Cloud – PaaS with an eject button
#38Any plans to support eject to on-prem or bare metal hosters like Hetzner?
Re: Show HN: Porter Cloud – PaaS with an eject button
#39Very cool! As someone pointed out, your github repo says it was archived: https://github.com/porter-dev/porter-archive Naively, I would think Porter cloud would just be a managed version of your porter-dev/porter-archive. Could you talk about how it's a different product than before? Did the code base change significantly?
Re: Show HN: Porter Cloud – PaaS with an eject button
#40I personally don't get it. You can start on GCP today, without being tied to GCP much at all. It isn't even expensive to do so. Is there something I'm missing here? Cloud Functions are just a http handler with no hard dependencies on GCP. Cloud Tasks are just a handler and the tasks just hit your Cloud Functions. Cloud SQL is just postgres. You connect your github with actions that CI/CD auto deploy to the above. If…
You're just like the dropbox launch just use ftp guy
Let's break it down a bit...
"Porter takes care of a lot of generic DevOps work for you (like setting up CI/CD, containerizing your applications, autoscaling, SSL certificates, setting up a reverse proxy)."
All of this is done for you on GCP with the aforementioned services.
"Porter Cloud for as long as it saves you time and development cost, but at any time you can press the “eject button” to migrate your app to your own AWS, Azure, or GCP account as you please."
Why add an additional service, and set yourself up for having to "eject", when you can just start off on the right foot to begin with?