Encryption of secrets in yaml files

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version:"v1.22.1
Cloud being used: bare metal
Installation method:
Host OS: linux 8
CNI and version:
CRI and version:

I’m extremely new to kubernetes. We currently base64 encode secrets(login/password) in service-secret.yaml files. I’ve been asked to encrypt details in service-secret.yaml files.

To encrypt the details of the service-secret.yaml files, what should I do? Guidance is greatly appreciated.

You can encrypt secret data at rest (Encrypting Secret Data at Rest | Kubernetes)

But mind you,once mounted to a pod it is clear text.