apiVersion: apps/v1 kind: Deployment metadata: name: deploy-130-pods spec: replicas: 1 selector: matchLabels: app: deploy-130-pods template: metadata: name: test-pod-130 labels: app: deploy-130-pods tier: backend track: stable spec: containers: - name: hello image: registry.k8s.io/pause:latest ports: - name: http containerPort: 80 nodeSelector: eks.amazonaws.com/nodegroup: cni-test-multi-node-mng