Hacker News new | ask | show | jobs
by weitzj 2197 days ago
Is there maybe a way to get infrastructure as code into your current projects? This way you could start getting the grips onto HashiCorp Terraform,

Maybe you have a project which would benefit from Terraform but is missing a provider implementation. This way you could extend your knowledge and learn Go to implement said terraform provider.

Even without having to program a custom provider you might have a chance to implement terraform for your customers. And from there on you could move onto K8s with terraform etc.

1 comments

Thanks, I’ve been trying to do this, I’m slowly moving some of the services to GCP, and thereby getting my hands dirty thanks for the suggestion, I’ll try to look for more opportunities.