简体   繁体   English

EKS 上的 Knative 是否支持节点自动缩放器?

[英]Does Knative on EKS support node autoscaler?

I wanted to know that does Knative on EKS supports the node autoscaler if yes do we need to set up cluster autoscaler or Knative itself scale the nodes?我想知道 EKS 上的 Knative 是否支持节点自动缩放器,如果是,我们是否需要设置集群自动缩放器或 Knative 本身缩放节点?

I tried autoscaling the nodes by increasing the pods but did not work my question is that does Knative automatically scales nodes or do we have to set up any external plugins?我尝试通过增加 pod 来自动缩放节点,但没有成功 我的问题是 Knative 会自动缩放节点还是我们必须设置任何外部插件?

Knative supports only two types of auto-scaling Knative仅支持两种类型的自动缩放

  • KPA - Knative Pod Autoscaler KPA - Knative Pod 自动缩放器
  • HPA - Horizontal Pod Autoscaler HPA - 水平 Pod 自动缩放器

So for Node auto scaling Cluster Auto scaler will be required to be installed into EKS.因此,对于节点自动缩放,需要将Cluster Auto scaler安装到 EKS 中。

Ref: https://knative.dev/docs/serving/autoscaling/autoscaler-types/参考: https://knative.dev/docs/serving/autoscaling/autoscaler-types/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM