Hacker News new | ask | show | jobs
by HumanOstrich 1046 days ago
Does this only work with Kubernetes? I can't tell for sure from the site and all the diagrams have Kubernetes at the bottom. Might be worth clarifying or showing other examples like with ECS or serverless infrastructure.
1 comments

Yes, it does. It’ll work with anything you can write a Terraform file for.

In the case of Kubernetes, for example, you can use the Kubernetes provider or even just Helm to deploy your pods.

Great idea to add ECS/Serverless specific examples. Thanks!

Thanks! I'm eager to try out this approach with an upcoming project.