dev4devs.com
[Kubernetes] – How to create a Secret with base64 encode values? Is it safe to store confidential info?
The following example will show how to create a secret with base64 encode values. In this example, the values in the Secret will be a username and a password. Let’s first encode the string va…