Module Quiz
Please answer the questions below to complete the test.
Question 1
Where does mesheryctl store the authentication token it uses for all API calls?
Select one answer
~/.kube/config
~/.meshery/auth.json
/etc/meshery/token
A JWT passed as an environment variable at runtime
Question 2
Which Meshery API surface is best suited for fetching only specific fields from multiple related entities in a single request?
Select one answer
The REST API using GET /api/pattern
The GraphQL API at /api/graphql/query
The mesheryctl CLI with the --output flag
The Meshery MCP server's subscribe tool
Question 3
In the recommended agent workflow, which surfaces should be used for each phase? (Select all that apply)
Select all that apply
MCP tools for reading current design and environment state
mesheryctl for importing and deploying designs
MCP tools for all write operations including deploy
mesheryctl for verifying live component state after deploy
Question 4
What is the purpose of importing a proposed design with 'mesheryctl design import' before deploying it in the end-to-end workflow?
Select one answer
It automatically deploys the design to the target namespace
It compresses the YAML before sending it to the Meshery server
It registers the design so the operator can review it in Kanvas before approving deployment
It validates the design against the Kubernetes schema only, without touching Meshery
close