🔥 3-day streak
Certified Kubernetes Administrator (CKA)34 / 125
Question 34 of 125
You created a HorizontalPodAutoscaler targeting a Deployment named 'web' with 'kubectl autoscale deployment web --cpu-percent=50 --min=2 --max=10'. Metrics-server is installed and healthy, and 'kubectl top pods' returns CPU values for the web pods. However, running 'kubectl get hpa' shows the TARGETS column as '<unknown>/50%' and the HPA never scales beyond the minimum. What is the most likely cause?
Reviewed for accuracy · Report an issueNext question