AWS - EKS
Given the following EKS setup, which node group type will run the pod?
Assuming a Fargate profile exists for namespace 'production' and a managed node group is also present.
apiVersion: v1
kind: Pod
metadata:
name: myapp
namespace: production
spec:
containers:
- name: app
image: myapp:latest
Assuming a Fargate profile exists for namespace 'production' and a managed node group is also present.
