I deployed a EKS Farget cluster in AWS and created a fargate profile with default
namespace without any labels. I found that whenever I deploy a new deployment kubectl apply
, a new fargate node will be created for that deployment. See below screenshot.
How can I make the deployment share one fargate instance?
And how can I rename the fargate node name?