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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

SST: Container Support

158 点作者 icar6 个月前

17 条评论

rzodkiew6 个月前
The whole tech looks kinda&#x27; cool, but this video...<p>I&#x27;ve noticed a trend where some of the dev tooling nowadays is sold almost as if it were consumer goods with the whole associated marketing behind it. This doesn&#x27;t work for me, in reality actually has completely opposite effect. Give me boring well-written docs, that shows engineering that went into it, not the marketing show for teenagers.
评论 #42108003 未加载
评论 #42106756 未加载
评论 #42107851 未加载
评论 #42107591 未加载
评论 #42107101 未加载
评论 #42112036 未加载
评论 #42107207 未加载
评论 #42108188 未加载
solatic6 个月前
Readers who are unfamiliar with SST would do well to read a bit about the project, the backing company, and the work they&#x27;ve been doing. Things have come around full-bore from serverless-only on AWS via CDK, putting huge effort into trying to make CDK fast and seamless, realizing they needed to support more than AWS and that CDK&#x2F;CF are just too slow, transitioning into a Pulumi backend, supporting other clouds, and now, containers.<p>SST is great because they built a model for infra-as-code that gives sensible defaults out-of-the-box while preserving enormous flexibility as the architecture grows, plus great conventions around giving code access to the environment details via bindings.<p>Super excited to play with this.
评论 #42108332 未加载
usagisushi6 个月前
SST (v3, ion) is awesome! Its live Lambda debugging feature totally changes the way I develop Lambda functions. It has the potential to be a cloud vendor-independent alternative to AWS Amplify Gen2.<p>Since SST allows you to use Pulumi code, you can code your infrastructure extensively even if some resources are not directly supported by SST itself. However, for such usage, it also has rough edges inherited from Pulumi. For instance, I encountered issues with cyclic dependencies [1] between resources and incomplete deployments. It would be great if I could run the Pulumi CLI against my SST stack.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;pulumi&#x2F;pulumi&#x2F;issues&#x2F;3021">https:&#x2F;&#x2F;github.com&#x2F;pulumi&#x2F;pulumi&#x2F;issues&#x2F;3021</a>
mentalgear6 个月前
Container support in SST is a great addition! But I’d really like to see support for other providers like Hetzner or VPS services in general, which often offer a more cost-effective option. [Update: seems like SST offers a lot of providers (incl. Hetzner) with varying feature sets, only most to all examples are using aws in the guide]<p>--<p>For example, SST&#x27;s AWS costs example:<p>- AWS Fargate: 0.25 vCPU, 0.5 GB RAM, 20GB SSD: ~$13&#x2F;month<p>- AWS Load Balancer: ~$3&#x2F;month<p>Total: ~$17&#x2F;month (rounded up)<p>--<p>In comparison, a similar (even more powerful) setup on Hetzner can be significantly more affordable:<p>- Hetzner VPS: 2 vCPU, 4 GB RAM, 20 GB SSD for ~ $5&#x2F;month<p><pre><code> -- Coolify --- app containers --- load balancing </code></pre> Total: around $5&#x2F;month.<p>---<p>Alternatively, you can offload server management to Coolify Cloud for an extra ~ $5&#x2F;month, so your Hetzner resources are dedicated solely to running your containers.<p>- Hetzner VPS + Coolify Cloud: ~ $10&#x2F;month<p>You can scale vertically via Hetzner (rescale) and horizontally via Coolify (add more servers).<p>A more budget-friendly option like this could be valuable for users running small to medium, even larger setups !
评论 #42108105 未加载
tnolet6 个月前
Why not just use Pulumi? The code would be almost exactly the same?<p><pre><code> import * as pulumi from &quot;@pulumi&#x2F;pulumi&quot;; import * as aws from &quot;@pulumi&#x2F;aws&quot;; const cluster = new aws.ecs.Cluster(&quot;my-cluster&quot;, { name: &quot;my-cluster&quot;, }); export const clusterName = cluster.name; </code></pre> <a href="https:&#x2F;&#x2F;www.pulumi.com&#x2F;registry&#x2F;packages&#x2F;aws&#x2F;api-docs&#x2F;ecs&#x2F;cluster&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pulumi.com&#x2F;registry&#x2F;packages&#x2F;aws&#x2F;api-docs&#x2F;ecs&#x2F;cl...</a>
评论 #42107383 未加载
评论 #42107385 未加载
评论 #42107811 未加载
coronapl6 个月前
I&#x27;m really happy to see the SST team pushing this forward. A few months ago, I wrote about how SST is becoming a flexible framework that lets you start with a simple serverless approach and easily migrate to containers. This is my blog post in case someone is interested:<p><a href="https:&#x2F;&#x2F;pablosblog.dev&#x2F;posts&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;pablosblog.dev&#x2F;posts&#x2F;1</a>
andrew_6 个月前
Would you trust a company whose founder dances in pajamas like Elaine Benes with an open laptop to deploy your infra? Sus, very sus.
评论 #42107990 未加载
评论 #42107576 未加载
评论 #42108065 未加载
评论 #42107381 未加载
datadeft6 个月前
I am wondering if this is actually a pattern that we can use to build a production system:<p><pre><code> const cluster = new sst.aws.Cluster(&quot;MyCluster&quot;, { vpc });</code></pre>
评论 #42106302 未加载
taylornotswift6 个月前
I really like SST compared to SLS because it is by far more featured and actually supports multi-cloud. This kind of cements that as you can deploy nearly anything with it now.<p>But, if I was going to start a new project today, I would probably reach for SLS, because it is simpler and faster to get set up. I think SST sometimes gets in its own way with complex IaaC config; if I wanted to do all this then I would reach for Terraform, and part of the appeal of serverless is the low lift to getting to &quot;deployed.&quot;<p>So I think it&#x27;s really cool that SST is adding all these things and exploring areas outside trad serverless to expand and grow new user bases. I also think this kinda sucks for people who have been with SST for a while and waiting for improvements to the DX for serverless (the functionality is there, the DX is not). I&#x27;m sure lots of thought went into this decision, but I still think it would be profoundly &quot;worth it&quot; for SST to tackle DX again, or for someone to build a wrapper around it.
评论 #42107294 未加载
评论 #42107321 未加载
rswail6 个月前
I tried Pulumi 5 years ago because the idea looked cool and you could write code instead of HCL and apply things like loops etc.<p>However, the problem I found was that a Pulumi provider has two &quot;sides&quot;, one is on the Pulumi side of the provider, which sets up resources to be created, but doesn&#x27;t update them with the details of what&#x27;s been created.<p>Example (may not be entirely accurate): You create a VPC, but then you want to use the default subnet as an input to another resource. You can&#x27;t find out that subnet&#x27;s information because when Pulumi runs, the &quot;script&quot; side doesn&#x27;t get updated by the result of the VPC creation, so the information like the default subnet is &quot;inside&quot; the provider and not available to the user&#x27;s script.<p>Terraform updates the resource that has been created with the information from the creation, so you can access the underlying AWS information in further resources.
abrookewood6 个月前
What is SST? &quot;SST is a framework that makes it easy to build modern full-stack applications on your own infrastructure. What makes SST different is that your entire app is defined in code — in a single sst.config.ts file. This includes databases, buckets, queues, Stripe webhooks, or any one of 150+ providers.&quot; See: <a href="https:&#x2F;&#x2F;sst.dev&#x2F;docs&#x2F;">https:&#x2F;&#x2F;sst.dev&#x2F;docs&#x2F;</a>
oulipo6 个月前
Is this developped by Pulumi? Seems a lot of the extensions are made by Pulumi?<p>Does this allow to create GCP &#x2F; Gcloud stack?
评论 #42107423 未加载
评论 #42108168 未加载
benry16 个月前
I&#x27;m a big fan of SSTv2, I&#x27;ve built most of my production services around it the last couple years. I&#x27;m excited to try out Ion and I think containers are a great addition.
douglasisshiny6 个月前
I&#x27;ve played around with sst v2 and now v3&#x2F;ion for side projects and like it a lot.<p>Is there a timeline&#x2F;roadmap for supporting the languages noted on the bottom of the post?
voat6 个月前
I wish there was more on the philosophical change from server less to containers.<p>And on the video, I like it<p>And the docs are very nice
评论 #42183400 未加载
GiorgioG6 个月前
We use this at work, steer clear. Support for Windows is an afterthought.
joshmarinacci6 个月前
I was really hoping this was about shipping containers on Super Sonic Transport. Perhaps I’m jaded with software.
评论 #42107649 未加载