Kubernetes - Scheduling
Which YAML snippet correctly defines a required node affinity that schedules pods only on nodes labeled
disktype: ssd?disktype: ssd?requiredDuringSchedulingIgnoredDuringExecution with nodeSelectorTerms and matchExpressions or matchLabels.operator: In with value ssd for key disktype.requiredDuringSchedulingIgnoredDuringExecution with correct label match [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions