【发布时间】:2020-01-15 15:26:47
【问题描述】:
我正在使用 AWS EKS 提供商 (github.com/terraform-aws-modules/terraform-aws-eks )。我正在使用 https://learn.hashicorp.com/terraform/aws/eks-intro
跟随教程但是,这似乎没有启用自动缩放...似乎缺少cluster-autoscaler pod / daemon?
Terraform 是否能够提供此功能?还是我需要按照以下指南进行设置:https://eksworkshop.com/scaling/deploy_ca/
【问题讨论】:
-
这就是我正在使用的(教程使用的)
标签: kubernetes terraform amazon-eks