摘要: Kubernetes hpa Kubernetes autoscaling basics What is HPA? How does HPA work? Limitations of HPA EKS Example: How to Implement HPA Deploy a sample appl 阅读全文
posted @ 2023-06-15 13:59 PanPan003 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://imroc.cc/kubernetes/best-practices/autoscaling/hpa-velocity.html 原理与误区 HPA 在进行扩缩容时,先是由固定的算法计算出期望副本数: 期望副本数 = ceil[当前副本数 * (当前指标 / 期望指标)] 其中 当前 阅读全文
posted @ 2023-06-15 11:45 PanPan003 阅读(164) 评论(0) 推荐(0) 编辑