Simplify Kubernetes Secret Management with External Secrets Operator
Intro
Managing secrets in Kubernetes is tricky as the "Secrets" are not really Secrets but just encoded configMaps. You cannot store Secrets definitions in Helm on source code or you cannot rotate these secrets. So there must be a better way of manag...
srujanpakanati.com3 min read