March 2017
Beginner to intermediate
925 pages
18h 11m
English
Kubernetes secrets manage information in key-value formats with the value encoded. With secrets, users don't have to set values in the configuration file or type them in CLI. When secrets are used properly, they can reduce the risk of credential leak and make our resource configurations more organized.
Currently, there are three types of secret:
Opaque is the default type. We will put service account tokens and the authentication of Docker in the remark part.
Before using our credentials with secrets, some precautions must be taken First, secrets have a 1 MB size limitation. It works fine for defining several key-value ...
Read now
Unlock full access