Reputation: 165
I'm migrating some of my applications that today is running on EC2 with Auto Scalling to k8.
Today my Auto Scalling is based on ApproximateNumberOfMessagesVisible
metric from SQS queues (That i configured on CloudWatch).
I trying to figure out if i can use this metric to scalling pods of my application in AWS EKS environment.
Upvotes: 1
Views: 5812
Reputation: 278
For anyone using this for future, I would suggest using keda..They support different type of scalers, you can scale your pods based on events.
Upvotes: 4
Reputation: 9032
Upvotes: 4