I am using karpenter to handle autoscaling in my EKS cluster. As per the karpenter metrics doc karpenter exposes its metrics on karpenter.karpenter.svc.cluster.local:8000/metrics . I could see the metrics on this port. Expected behavior is that when the karpenter scales up and adds new Nodes/machine to the EKS cluster below metrics must be present -
- karpenter_machines_created
- karpenter_nodes_created Similarly on termination when Karpenter scales down we should see below metrics -
- karpenter_nodes_terminated
- karpenter_machines_terminated
Unfortunately I am not able to see these metrics.What is wrong in this any help ??
I am able to successfully collect the metrics on karpenter.karpenter.svc.cluster.local:8000/metrics But I am not able to see below metrics on scaling up -
- karpenter_machines_created
- karpenter_nodes_created
And below metrics on scaling down -
- karpenter_nodes_terminated
- karpenter_machines_terminated