- Home
- All questions
- Question 604
CKA study material · question 604 of 1000
Which Secret type holds the credentials the kubelet uses to pull images from a private registry?
Show the answer
Answer: D. kubernetes.io/dockerconfigjson
kubernetes.io/dockerconfigjson stores a serialized ~/.docker/config.json, which is the form an image pull Secret takes when referenced from a Pod or ServiceAccount.
Source: Secrets (Kubernetes) — Types of Secret