Skip to content

Commit 3bcd9a0

Browse files
authored
Merge pull request #42181 from sftim/20230724_revise_encryption_at_rest
Revise API encryption at resk task intro
2 parents da9a077 + 78bb456 commit 3bcd9a0

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

content/en/docs/tasks/administer-cluster/encrypt-data.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,28 @@ weight: 210
88
---
99

1010
<!-- overview -->
11-
This page shows how to enable and configure encryption of secret data at rest.
11+
12+
All of the APIs in Kubernetes that let you write persistent API resource data support
13+
at-rest encryption. For example, you can enable at-rest encryption for
14+
{{< glossary_tooltip text="Secrets" term_id="secret" >}}.
15+
This at-rest encryption is additional to any system-level encryption for the
16+
etcd cluster or for the filesystem(s) on hosts where you are running the
17+
kube-apiserver.
18+
19+
This page shows how to enable and configure encryption of API data at rest.
20+
21+
{{< note >}}
22+
This task covers encryption for resource data stored using the
23+
{{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}}. For example, you can
24+
encrypt Secret objects, including the key-value data they contain.
25+
26+
If you want to encrypt data in filesystems that are mounted into containers, you instead need
27+
to either:
28+
29+
- use a storage integration that provides encrypted
30+
{{< glossary_tooltip text="volumes" term_id="volume" >}}
31+
- encrypt the data within your own application
32+
{{< /note >}}
1233

1334
## {{% heading "prerequisites" %}}
1435

0 commit comments

Comments
 (0)