Secret
Secrets are an alternative to way inject environment data into a Pod just like Config Map but in a more secure fashion as anyone access to the cluster can view the values in the Config Map object and view the sensitive information in plaintext format, while using secrets it is necessary that we encode the data in Base64 format
It is highly recommended that we enable Encryption of Secrets at rest or use third party secret managing services