0

I have an AWS EKS cluster on which I have created a managed node group and a Fargate profile. I want to make a deployment with several replicas managed by an horizontal pod autoscaler that will be deployed on the managed nodes as long as there are nodes that can schedule the pods and when the managed node group is out of nodes then use Fargate.

The pods are deployed successfully and scale up and down as expected on the managed node group. As soon as I add the selector label associated with the Fargate group they are migrated to Fargate leaving the node group empty.

Is what I want to do even possible?

Babis
  • 1
  • 3

0 Answers0