k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/cluster/addons/dns-horizontal-autoscaler/README.md (about) 1 # DNS Horizontal Autoscaler 2 3 DNS Horizontal Autoscaler enables horizontal autoscaling feature for DNS service 4 in Kubernetes clusters. This autoscaler runs as a Deployment. It collects cluster 5 status from the APIServer, horizontally scales the number of DNS backends based 6 on demand. Autoscaling parameters could be tuned by modifying the `kube-dns-autoscaler` 7 ConfigMap in `kube-system` namespace. 8 9 Learn more about: 10 - Usage: http://kubernetes.io/docs/tasks/administer-cluster/dns-horizontal-autoscaling/ 11 - Implementation: https://github.com/kubernetes-incubator/cluster-proportional-autoscaler/