Overview
- Full name
docker.io/rancher/mirrored-cluster-proportional-autoscaler- Registry
- docker.io
- Namespace
- rancher
- Repository
- mirrored-cluster-proportional-autoscaler
- Cached tags
- 29
- Last synced
- 07/06/2026, 07:12 AM
Introduction
Rancher 镜像的 cluster-proportional-autoscaler 组件,按集群规模自动伸缩 DNS 等系统 Deployment 副本数。
Details
rancher/mirrored-cluster-proportional-autoscaler 实现 K8s 官方 cluster-proportional-autoscaler 逻辑,根据节点数调整 coredns 等副本。定位为 K8s 系统控制器,kube-system Deployment 引用;非 docker run 业务服务。
快速启动
docker run --rm \
docker.io/rancher/mirrored-cluster-proportional-autoscaler:latest \
--help
推荐实践
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-proportional-autoscaler/master/deploy/overlays/default/cluster-proportional-autoscaler.yaml
核心参数说明
- 安装 — kube-system manifest
- 用途 — 系统 Deployment 按比例扩缩
- 组件 — K8s 控制器
- 勿 — 裸 docker 替代