Hacker News new | ask | show | jobs
by sciurus 2897 days ago
Before: Write HCL then run `terraform apply`

After: Write YAML then run `kubectl apply`

;-)

1 comments

terraform has a kubernetes provider so you can still `terraform apply` ;-)

https://www.terraform.io/docs/providers/kubernetes/index.htm...