Module Quiz
Please answer the questions below to complete the test.
Question 1
What CLI flag tells Meshery to treat an imported file as a Kubernetes manifest?
Select one answer
-t "Kubernetes Manifest"
-s "Kubernetes Manifest"
--format kubernetes
--source-type manifest
Question 2
Which of the following are common LLM mistakes that cause Meshery import or validation failures? Select all that apply.
Select all that apply
Using apiVersion extensions/v1beta1 for a Deployment
Setting selector.matchLabels to a key not present in pod template labels
Using apiVersion apps/v1 for a Deployment
Omitting resource requests and limits from container specs
Question 3
When refining a design that fails validation, what is the recommended approach?
Select one answer
Regenerate the entire design from the original prompt and hope for different output
Paste only the failing YAML document and the exact error into a follow-up prompt
Edit the YAML manually without involving the LLM again
Delete the failing resource and redeploy without it
Question 4
In a Meshery design, what is the correct document order for reliable import?
Select one answer
Services first, then Deployments, then Namespace
Deployments first, then Services, then Namespace last
Namespace first, then Deployments, then Services and supporting resources
Document order does not matter for Meshery import
close