We're considering moving to native cloud solutions on AWS or GCP but are concerned about the feasibility of the setup for our volume. Although Kubernetes is an option, the idea of managing a cluster seems daunting. So, we're exploring intermediate services like Fargate, Cloud Run, or Porter, which provide more advanced features while still being somewhat managed. Any recommendations?
Ask HN: Series A/B startups, what's your infra setup?
1–10 of 14 posts
Re: Ask HN: Series A/B startups, what's your infra setup?
#2Re: Ask HN: Series A/B startups, what's your infra setup?
#3Re: Ask HN: Series A/B startups, what's your infra setup?
#4Have you looked at Railway?
Re: Ask HN: Series A/B startups, what's your infra setup?
#5Re: Ask HN: Series A/B startups, what's your infra setup?
#6Unless you're certain you need K8s and have the in-house expertise to support it, I'd suggest going for Fargate or Cloud Run. Are there any requirements that you're concerned they won't meet?
- [0] https://status.flyio.net/incidents/q4tvqhthjmsy - [1] https://twitter.com/davydog187/status/1774874993618255977
Re: Ask HN: Series A/B startups, what's your infra setup?
#7Today, the server deployments use Fargate, and are truly hands off just like PaaS. Soon we're launching ECS+EC2 support which will let you customize the EC2 instance type, use GPUs, and leverage reserved instances. ECS doesn't offer some advanced k8s features, but it's 80% or more of the benefit in an easier to use, cheaper package.
We commonly see Series A & B companies migrating off PaaS to Flightcontrol + AWS because they can keep the same workflows while gaining more reliability, control, and flexibility.
I'm cofounder, CEO. Let me know if you have any questions.
Re: Ask HN: Series A/B startups, what's your infra setup?
#8Re: Ask HN: Series A/B startups, what's your infra setup?
#9I'm currently running a few small projects on Render and migrating one from Heroku to Render to save a few bucks.
Re: Ask HN: Series A/B startups, what's your infra setup?
#10Even on low-volume projects I've noticed reliability issues with Fly.io too. For example today we have requests timing out at the gateway (before hitting our services) while the status page indicates their current outage is only related to delayed app logs [0][1]. Haven't gone deep enough with the other new-ish PaaS providers (like Render and Railway) to get a feel for their limitations. Unless you're certain you nee…