On Mon, Aug 22, 2016 at 08:48:15AM -0700, Dan Stroot wrote:
> Tim - thanks for taking the time to reply. I am marking this closed since
> you answered the question in the title. I was really trying ask about how
> people really manage secrets in Kubernetes since in my limited
We don't have any magic way to do it, we just don't store in any other place and
we keep it on etcd. But we will revisit this when we have more time.
Let me know if you find an interesting solution :)
> understanding secrets don't seem much more "secret" than configMaps - I
> will dig at this another way.
Secrets in kubernetes have some considerations like not write them to disk on
the node, etc.