I have an AWS EKS with Fargate Profiles and Nodegroup with EC2 instances. I have a Fargate Profile that select "kube-system" namespace.
For some reason
kube-proxyPOD is running under Nodegroup and not fargate, and this POD is under kube-system namespace. I noted that all pods with type DaemonSet is running under Nodegroup, and ignoring Fargate Profile. Any explanation for this? I didn't found in AWS Docs.How to configure AWS EKS to deploy a specific POD to nodegroup instead fargate, under 'kube-system' namespace (remeber that I have a fargate profile with kube-system selector).
