mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
9 lines
505 B
Plaintext
9 lines
505 B
Plaintext
|
|
// Module included in the following assembly:
|
||
|
|
//
|
||
|
|
// * microshift_install_get_ready/microshift-install-get-ready.adoc
|
||
|
|
|
||
|
|
:_mod-docs-content-type: CONCEPT
|
||
|
|
[id="microshift-encrypt-etcd-data_{context}"]
|
||
|
|
= Encrypt etcd data
|
||
|
|
|
||
|
|
Kubernetes objects are stored in an etcd database and might contain sensitive data. The etcd data is not encrypted by default. You can encrypt the disk that contains the etcd database by using the Linux Unified Key Setup-on-disk-format (LUKS) management tool for block device encryption.
|