TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Serverful – deploy stateful containers like serverless functions

4 点作者 igorzij将近 4 年前

1 comment

igorzij将近 4 年前
Hello HN! I&#x27;m the founder of Serverful (<a href="https:&#x2F;&#x2F;serverful.io" rel="nofollow">https:&#x2F;&#x2F;serverful.io</a>).<p>Serverful provides experience similar to serverless.com - but for containers<p>Lambdas are great (and they support container images too), but for some types of workloads it is more practical to run a container with provisioned compute capacity. For example, anything stateful, or things that require low latency, or server-side rendering, or consistently high loads.<p>If you are using something like Serverless Framework then up until this point there was no need to think of infrastructure at all. The framework took care of it. But now that you need to run a container you have to go a few levels down and deal with networking, permissions etc, either in AWS UI or with Terraform &#x2F; CloudFormation &#x2F; etc.<p>Serverful fixes that - simply connect your repository and it gets deployed, just like with serverless.com. Under the hood it creates an ECS Fargate cluster (or K8S), configures networking, CloudWatch, etc. You can also deploy databases and static webapps.<p>Would love to hear your feedback!
评论 #28233586 未加载