π€ With tools like Serverless Framework you can build without thinking of infrastructure at all. But for many workloads like low-latency APIs or server-side rendering it's more practical to use containers, and that means infrastructure.
π‘Serverful makes deploying containers as easy as functions. It automatically configures ECS Fargate or Kubernetes (up to you) and handles deployment. All you need to do is push your code!
β ECS Fargate clusters
β Kubernetes
β CI / CD just works - push to deploy
β Domains and networking
β Multiple environments
Go to https://app.serverful.io to get started!
@shubhamrajelli it actually uses Fargate under the hood by default (can be K8S too)
The thing is, Fargate isn't that trivial to configure - and if you are using Serverless Framework or a similar tool then you have your entire stack defined as code already.
So adding a container means either having a "snowflake" that's managed via UI only, or introducing a bunch of additional tools like Terraform to keep everything as code. All just to add a single container.
@julianormgalli Cloud Run takes an image and gives you back a public URL. You're limited to public networking and still need to set up other bits like container registry and deployment
Serverful configures underlying container infrastructure (ECS Fargate or Kubernetes) in your AWS account, sets up container registry, and handles deployment for you. This infrastructure is actually accessible for you to extend and customise via code (config files or Terraform)
Digger.dev
ExportWiz
Digger.dev
Digger.dev
Digger.dev