File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,28 @@ weight: 210
8
8
---
9
9
10
10
<!-- 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 >}}
12
33
13
34
## {{% heading "prerequisites" %}}
14
35
You can’t perform that action at this time.
0 commit comments