Getting the size of a Kubernetes cluster right is not an easy task, if the number of nodes provisioned is too high, resources might be underutilized and if it’s too low, new workloads won’t be able to be scheduled in the cluster. Setting the number of nodes manually is a simple approach, but it requires […]
Tag: terraform
Terraboard: Graphic Terraform state manager🌍🖥
Dealing with multiple terraform remote states can become a rather complex task. Besides, querying resources with terraform CLI isn’t very visual 😅. In this post we will present Terraboard, an open source tool developed by Camptocamp that solves these issues. Terraboard provides a web interface which also adds a diff tool to compare different resource […]