Using Terraform with Kubernetes
Terraform is an extremely flexible framework that allows for intent-based resource management. Its commonly used to provision various types of infrastructure as well as services and applications. Terraform also has a number of official and unofficial providers that can be used to manage workloads inside Kubernetes clusters. This posts captures…