On running "kubectl get hpa" via the Azure Cloud Shell; I am always getting an "unknown" target.
Even on increasing the load; I observed that the pod CPU usage simply get limited by the limits i have set in the .yaml file . No new pods get generated by the hpa.
I am following this link to autoscale my AKS deployment ([https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-scale])
On running "kubectl get hpa" via the Azure Cloud Shell; I am always getting an "unknown" target.
Even on increasing the load; I observed that the pod CPU usage simply get limited by the limits i have set in the .yaml file . No new pods get generated by the hpa.
Why isn't the hpa creating new pods?