Study. uk . com
  1. Home
  2. All questions
  3. Question 92

CKA study material · question 92 of 1000

Which two fields does a ConfigMap carry instead of a spec? Choose two.

  1. data
  2. binaryData
  3. stringData
  4. template
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

Challenge yourself on this topic → Study as cards