docs/doc/source/security/kubernetes/encrypt-kubernetes-secret-data-at-rest.rst
Suzana Fernandes 9fa54fe44e Create Security Guide Reference
Change-Id: I1cfdc44fb72907e9e34294194084c59e29d8d80a
Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
2024-11-01 18:01:33 +00:00

521 B

Encrypt Kubernetes Secret Data at Rest

By default, configures the kube-apiserver to encrypt or decrypt the data in the Kubernetes 'Secret' resources in / from the 'etcd' database.

This protects sensitive information in the event of access to the 'etcd' database being compromised. The encryption and decryption operations are transparent to the Kubernetes API user.