Linux_Foundation
CKAD · Question #3
You are required to create a pod that requests a certain amount of CPU and memory, so it gets scheduled to a node that has those resources available. Create a pod named nginx-resources in the pod-reso
Sign in or unlock CKAD to reveal the answer and full explanation for question #3. The question stem and answer options stay visible for context.
Submitted by haruto_sh· May 4, 2026Application Environment
Question
You are required to create a pod that requests a certain amount of CPU and memory, so it gets scheduled to a node that has those resources available.
- Create a pod named nginx-resources in the pod-resources namespace that requests a minimum of 200m CPU and 1Gi memory for its container
- The pod should use the nginx image
- The pod-resources namespace has already been created
Unlock CKAD to see the answer
You've previewed enough free CKAD questions. Unlock CKAD for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Pods#Resource Requests#CPU#Memory