Module Quiz
Please answer the questions below to complete the test.
Question 1
A Meshery design contains a Service whose selector does not match any Pod labels in the design. Which validation mechanism catches this error?
Select one answer
YAML schema validation
Meshery registry relationship evaluation
LimitRange admission control
ResourceQuota enforcement
Question 2
Which Kubernetes primitive sets a default CPU limit for any container in a namespace that omits one?
Select one answer
ResourceQuota
NetworkPolicy
LimitRange
PodDisruptionBudget
Question 3
Which of the following are common misconfiguration patterns produced by LLMs that Meshery's pre-deploy checks catch? Select all that apply.
Select all that apply
Missing container resource limits
Service selector not matching Deployment labels
Incorrect Hugo front matter
Resources assigned to the wrong namespace
Question 4
What is the primary purpose of applying a default-deny NetworkPolicy to a namespace before deploying AI-generated workloads?
Select one answer
To limit aggregate CPU and memory consumption across the namespace
To prevent node drains from terminating all replicas simultaneously
To force generated designs to explicitly declare required network access
To set default resource requests on containers that omit them
close