- Home
- All questions
- Question 603
CKA study material · question 603 of 1000
An application team wants to store a 4 MiB certificate bundle in a single Secret. What stops them?
Show the answer
Answer: A. The 1 MiB per-Secret size limit
Individual Secrets are capped at 1 MiB to stop one object exhausting API server and kubelet memory; the bundle would have to be split or held outside the API.
Source: Secrets (Kubernetes) — Working with Secrets › Size limit