Kubernetes - Resource Management
Which of the following is the correct syntax to set a memory request of 256Mi and limit of 512Mi in a container spec?
resources with keys requests and limits, values as strings with units.memory: "256Mi" for requests and memory: "512Mi" for limits.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions