Before going to discuss secret data encryption, first lets see how secrets work in Kubernetes. Secrets are used to store sensitive information, like passwords or keys. They’re similar to ConfigMaps, except that they’re stored in an encoded format. So here are some things to keep in mind when working with…