7 ms·
Kubernetes (well on my way) and Infrastructure as Code (yikes). Advice and resources welcome.
by jamisonbryant 4y ago
Kubernetes (well on my way) and Infrastructure as Code (yikes). Advice and resources welcome.
- digitalsushi 4y agoI do some IaC at work... I'm not an expert, I'm just a user of it. At first I thought Terraform was the only way to do it, but now that I've used some CFT in AWS, I think they both have their strengths. They don't really overlap each other perfectly. Maybe like 90% overlap but the good stuff is on the periphery. Azure Resource Templates are not bad. Google Cloud Platform seems to be a Terraform shop. So is OpenStack. They all kind of bleed together. We want to use the kubernetes control plane for a lot of stuff in the near future. If I had time to learn some golang, I think I could break free of writing IaC stuff, and start working on provisioner code that automates IaC.