skip to Main Content

Kubernetes metrics-server doesn't provide all metrics or scale HPA – Debian

Following the example here https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/#autoscaling-on-metrics-not-related-to-kubernetes-objects, I have created installed metrics-server and modified it as follows: spec: containers: - command: - metrics-server - --secure-port=8443 - --kubelet-insecure-tls=true - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname image: docker.io/bitnami/metrics-server:0.3.7-debian-10-r89 imagePullPolicy: IfNotPresent name: metrics-server ports: - containerPort: 8443 name: https protocol:…

VIEW QUESTION
Back To Top
Search