Skip to content

Commit 8828b55

Browse files
lab6-data-encryption-keys.md (#2636)
Grammar Check
1 parent 3cc197c commit 8828b55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/labs/kubernetes-the-hard-way/lab6-data-encryption-keys.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: Wale Soyinka
3-
contributors: Steven Spencer
3+
contributors: Steven Spencer, Ganna Zhyrnova
44
tags:
55
- kubernetes
66
- k8s
@@ -9,11 +9,11 @@ tags:
99

1010
# Lab 6: Generating the Data Encryption Configuration and Key
1111

12-
>This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by Kelsey Hightower (GitHub: kelseyhightower). Unlike the original that bases itself on Debian like distributions for the ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux running on x86_64 architecture.
12+
>This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by Kelsey Hightower (GitHub: kelseyhightower). Unlike the original, which bases itself on Debian-like distributions for the ARM64 architecture, this fork targets Enterprise Linux distributions such as Rocky Linux, which runs on x86_64 architecture.
1313
14-
Kubernetes stores a variety of data including cluster state, application configurations, and secrets. Kubernetes supports the ability to [encrypt](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data) cluster data at rest.
14+
Kubernetes stores various data, including cluster state, application configurations, and secrets. Kubernetes enables [encrypt](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data) cluster data at rest.
1515

16-
In this lab you will generate an encryption key and an [encryption configuration](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration) suitable for encrypting Kubernetes Secrets.
16+
In this lab, you will generate an encryption key and an [encryption configuration](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration) suitable for encrypting Kubernetes Secrets.
1717

1818
## The Encryption Key
1919

0 commit comments

Comments
 (0)