I'm having difficulties. I'm wanting to discover the kind, the type of tool (K8S on prem) for personal purposes and also terraform deployments.
Someone who managed to deploy and scale these clusters?
thanks in advance
I'm having difficulties. I'm wanting to discover the kind, the type of tool (K8S on prem) for personal purposes and also terraform deployments.
Someone who managed to deploy and scale these clusters?
thanks in advance
The solution goes through basically: https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/horizontal_pod_autoscaler
It is necessary to define a resource "kubernetes_horizontal_pod_autoscaler", for instance:
Terraform declaration
Deploy it on Terraform and BOOOM, you have it: Work