Ship It with an Agent - Exam
Please answer the questions below to complete the test.
Question 1
Which command imports the demo design into Meshery?
Select one answer
mesheryctl design import -f <file> -s "Kubernetes Manifest"
kubectl meshery deploy <file>
helm install demo <file>
mesheryctl apply -f <file>
Question 2
What is the correct topology of the microservices demo?
Select one answer
frontend -> api -> redis
redis -> frontend -> api
api -> frontend -> redis
They are unrelated
Question 3
Before the agent applies changes, what belongs in its runbook?
Select all that apply
Show a dry-run / diff first
Wait for human approval
Verify rollout and report status
Skip verification to be fast
Question 4
Which command confirms a Deployment finished rolling out?
Type your answer below
Question 5
In which namespace does the demo deploy?
Type your answer below
Question 6
Why open the design in Kanvas before deploying?
Select one answer
To visualize and validate the topology before deploying
To train a model
To build container images
It is required to run kubectl
close