I'm reading about Secrets but I'm not able to find the value of them to store user and password compared to Config Maps.
The content is not encrypted anyway and the way to handle or access a secret is exactly the same as using config maps.
And I think it is the same for storing certificates, I could use also ConfigMaps.
I only see the use for storing the credentials to access to a docker registry because it has a predefined structure understood by k8s.
I found this question: Kubernetes Secrets vs ConfigMaps But it is more than a year old, a lot of k8s versions.
What is the value of Secrets compared to ConfigMaps?