Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ include::modules/microshift-install-rhel-tools-concepts.adoc[leveloffset=+1]

include::modules/microshift-install-rhde-steps.adoc[leveloffset=+1]

include::modules/microshift-encrypt-etcd-data.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources

* link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_storage_devices/encrypting-block-devices-using-luks_managing-storage-devices#luks-disk-encryption_encrypting-block-devices-using-luks[LUKS disk encryption]

[id="additional-resources_microshift-install-get-ready"]
[role="_additional-resources"]
== Additional resources
Expand Down
9 changes: 9 additions & 0 deletions modules/microshift-encrypt-etcd-data.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// 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.