-
### Report
I installed keda in EKS 1.29 using helm chart via terraform, using the following snippet:
```
resource "helm_release" "keda" {
name = "keda"
namespace = "keda"
reposito…
-
Hello,
I have been testing kube-metrics-adapter (with pod collector enabled) and noticed that it returns stale data during specific conditions, which results in HPA misbehaving. The conditions occ…
-
**What happened?**:
Can anyone please upgrade Prometheus adapter to fix following CVE's
CVE-2013-4235 | MEDIUM
CVE-2016-20013 | HIGH
CVE-2016-2781 | MEDIUM
CVE-2017-11164 | HIGH
CVE-2022-3…
-
We need to autoscale the matching service. So I deployed HPA to cluster, but it does not work correctly.
When `replicas` is set on deployment spec, HPA will not work - as you can read here: https:/…
-
**Describe the bug**
Prepare infra for production and verify a test deployment. Prepare Database, File Storage, Whitelisting, Access, etc.
Pre Production Deployment Work
- Setup DB with master slav…
-
### Report
I'm using KEDA to scale deployment based on Istio metrics. The ScaledObject is configured to use the istio_requests_total metric.
I'm encountering an issue while we deploy ScaledObject …
-
CPU Based HPA For Windows VMs because metrics server fails to get CPU Utilization.
`k describe HorizontalPodAutoscaler vm-pool-test `
```
Name: …
-
Hi there,
I've setup PVC using "ReadWriteMany" accessMode for the nextcloud data directory over NFS.
The NFS share is exposed by TrueNas and using democratic-csi driver for k8s: https://jonathanga…
-
### What would you like to be added?
We have a configuration for HPA called `horizontal-pod-autoscaler-tolerance` in [Kube Controller Manager](https://kubernetes.io/docs/reference/command-line-tool…
-
I missing a comparison to vertical Pod autoscaler.
I think these questions should be answered:
When to use hpa, when vpa?
Can you use hpa and vpa together?