September 2020
Intermediate to advanced
468 pages
10h 11m
English
We've seen several examples so far of the need to use files that contain secrets. We can think of secrets as a generic term for the types of sensitive data that would typically be stored in config and ENV files, such as database access credentials or API tokens. Docker provides a handy method for securing this type of data and sharing it. For legacy systems using swarm mode instead of Kubernetes, having an understanding of how to apply security to these environments is important, as you may have to retroactively fix environments in your career.
Along with managing secret data, we can also use labels and tags to help ensure we are working with security in mind. ...
Read now
Unlock full access