Skip to content

Latest commit

 

History

History

chapter11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Chapter 11: Securing microservices on Kubernetes

Amazon | Manning | YouTube | Slack | Notes | Supplementary Readings

Notes

  • Page 278*, under the section 11.3.3 (the last line) | reported by the authors.

From the Kubernetes 1.7 release onward, etcd stores Secrets only in an encrypted format.

Should be corrected as:

From the Kubernetes 1.7 release onward, etcd supports storing Secrets in an encrypted format.

Release notes of Kubernetes 1.7
Encrypting Secret Data at Rest

Supplementary Readings

We update this section as and when we find articles/blogs/videos related to the content discussed in this chapter.

  • This chapter mostly focuses on securing microservices in a Kubernetes deployment, and does not delve deep into a securing a Kubernetes deployment, which is in fact a book on it's own. The book Learn Kubernetes Security, published in July, 2020 carries a wealth of information with respet to securing a Kubernetes deployment.