Linux_Foundation
CKS · Question #20
Secrets stored in the etcd is not secure at rest, you can use the etcdctl command utility to find the secret value for e.g.: ETCDCTL_API=3 etcdctl get /registry/secrets/default/cks-secret --cacert="ca
Sign in or unlock CKS to reveal the answer and full explanation for question #20. The question stem and answer options stay visible for context.
Submitted by saadiq_pk· May 5, 2026Cluster Hardening
Question
Secrets stored in the etcd is not secure at rest, you can use the etcdctl command utility to find the secret value
for e.g.:
ETCDCTL_API=3 etcdctl get /registry/secrets/default/cks-secret --cacert="ca.crt" --cert="server.crt" --key="server.key"
Output
[Image shows etcd output with keys like 'cks-secret', 'supersescret', 'tonsecret' and their values]
Using the Encryption Configuration, Create the manifest, which secures the resource secrets using the provider AES-CBC and identity, to encrypt the secret-data at rest and ensure all secrets are encrypted with the new configuration.
Exhibits
Unlock CKS to see the answer
You've previewed enough free CKS questions. Unlock CKS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#etcd secrets encryption#secrets at rest#Encryption Configuration#AES-CBC



