Kubernetes Vertical Pod Autoscaler (VPA) is a Kubernetes feature that enables automatic scaling of resources for individual pods in a cluster. It works by analyzing resource usage data for pods and adjusting their resource requests and limits to optimize resource utilization. This helps to ensure that your applications have the resources they need to run effectively, while also reducing waste and improving overall cluster efficiency.
Install with:
helm repo add fairwinds https://charts.fairwinds.com/stable/
helm install vpa fairwinds/vpa -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
vpa | ahgraber/homelab-gitops-k3s | 67 | 4.7.1 | 3 days ago |
vpa | budimanjojo/home-cluster | 165 | 4.7.1 | 15 days ago |
vpa | anthr76/infra | 101 | 2.5.1 | 25 days ago |
vpa | xunholy/k8s-gitops | 512 | 4.6.0 | 2 months ago |
vpa | h3mmy/bloopySphere | 62 | 4.6.0 | 2 months ago |
See the most popular values for this chart:
Key | Types |
---|---|
updater.enabled (24) false | boolean |
string | |
boolean | |
string | |
boolean | |
string | |
string | |
boolean | |
recommender.extraArgs.prometheus-address (21) http://thanos-query.monitoring.svc.cluster.local:9090 | string |
recommender.extraArgs.storage (21) prometheus | string |
number | |
number | |
string | |
recommender.image.repository (14) registry.k8s.io/autoscaling/vpa-recommender | string |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
boolean |