I have an EKS cluster and I have multiple AWS autoscaling groups for worker nodes registered with the EKS master. Now I have a scenario where I want to run a particular service (deployment pods) on a particular AWS autoscaling group.
For running particular deployment pods on nodes can be achieved using nodeSelector and node labels, but in case of AWS autoscaling group, the autoscaling group will scale up and down and hence concept of node labels and nodeselector is not that suitable here. How can I achieve this scenario?