Hacker News new | ask | show | jobs
by MuffinFlavored 2212 days ago
> k8s is the common denominator that makes all this possible.

can't... terraform make all of that possible?

1 comments

Terraform explicitly doesn't want to deal with deployment of stuff that is inside VMs etc. and tries to tell you to use managed services or cloud-config yamls as the solution.

You can write your own providers, you can use the provisioned support, but TF doesn't like that and it shows.