AutoScaling ReplicaSet

Hi All,
I just started using Kubernetes and I came across the concept of autoscaling. I tried to implement it, When I use Deployments it is working but If I try to autoscale a replicaSet it shows Unknow in the metric compare of HPA. Is there a different way to implement HPA for replicaSet?