This message was deleted.
# terraform
s
This message was deleted.
h
That was a good read, using tf for kubernetes deployments just feels weird 😂, when we first moved to kubernetes I looked into it we decided to stick with pure helm, now were working on moving away from tf and moving to crossplane with Argo for app deployments.
t
Yeah deploying k8s resources via TF also left a bad smell for us Shifted away entirely back to helmcharts and using a proper CD solution to deploy (Spinnaker in our case)
c
I would not recommend to use terraform to create kubernetes resources and instead use gitops. We are working with the open source community to have implementations for the gitops-bridge pattern starting with Terraform+ArgoCD https://github.com/gitops-bridge-dev/gitops-bridge
p
I came to the same conclusion. For hobby projects that already use tf anyway i think it's fine, but for anything professional better go with gitops
c
I would not do it even for hobby projects