- Home
- All questions
- Question 474
CKA study material · question 474 of 1000
A jsonpath expression must read the key ca.crt from a Secret. What is required?
Show the answer
Answer: C. The dot in the key must be escaped
A jsonpath key containing a dot has to have that dot escaped in the expression.
Source: kubectl Quick Reference (Kubernetes) — Viewing and finding resources