The chapter 'Generating the Data Encryption Config and Key' is updated.
parent
f1f1080888
commit
891d10a338
|
@ -4,6 +4,9 @@ Kubernetes stores a variety of data including cluster state, application configu
|
||||||
|
|
||||||
In this chapter, you will generate an encryption key and an [encryption config](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration) suitable for encrypting Kubernetes Secrets.
|
In this chapter, you will generate an encryption key and an [encryption config](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration) suitable for encrypting Kubernetes Secrets.
|
||||||
|
|
||||||
|
**All procedures in this chapter should be done in `client-1`.**
|
||||||
|
|
||||||
|
|
||||||
## The Encryption Key
|
## The Encryption Key
|
||||||
|
|
||||||
Generate an encryption key:
|
Generate an encryption key:
|
||||||
|
|
Loading…
Reference in New Issue