- Home
- All questions
- Question 92
CKA study material · question 92 of 1000
Which two fields does a ConfigMap carry instead of a spec? Choose two.
Show the answer
Answer: A. data
B. binaryData
A ConfigMap holds data for UTF-8 strings and binaryData for base64-encoded bytes, and keys may not overlap.
Source: ConfigMaps (Kubernetes) — ConfigMap object