Module Quiz
Please answer the questions below to complete the test.
Question 1
In the agent deploy loop, at what point must the design be committed to Git?
Select one answer
After the dry-run passes and human approval is granted
Before the dry-run, as soon as the design file is ready
After the deploy completes successfully
Git commit is optional if mesheryctl is used directly
Question 2
Which kubectl flag should be preferred for a dry-run because it passes through admission webhooks and OPA/Gatekeeper policies?
Select one answer
--dry-run=client
--dry-run=server
--validate=true
--force
Question 3
What does MeshSync do after a design is deployed to the cluster?
Select one answer
It generates a new design YAML from current cluster state
It applies the design to the cluster on a schedule
It continuously reconciles observed cluster state with Meshery's design view
It pushes design changes back to the Git repository
Question 4
When rolling back a failed deploy in a GitOps workflow, which of the following actions are part of the correct procedure?
Select all that apply
Run kubectl rollout undo as an emergency stop to restore the previous ReplicaSet
Revert the broken commit in Git with git revert
Re-import and re-apply the reverted design via mesheryctl and kubectl
Skip the dry-run on the retry to save time
close