Hacker News new | ask | show | jobs
by awithrow 1308 days ago
Last I checked, the kubernetes provider didn't support CRDs or custom resources. Its pretty common to have various operators running in a cluster so you'd need a different way to manage these. I usually provision clusters with Terraform and then use some other tool like flux/argo to deploy manifests managed with either helm or kustomize
1 comments

We do the same at my current company. For common, core services on kubernetes clusters we use the terraform helm provider to install them.