Commit 968156e8 authored by Saad Ali's avatar Saad Ali

Merge pull request #9098 from benmccann/vault-keywhiz-docs

Document how a secrets server like Vault or Keywhiz might fit into Kubernetes
parents 9da215e0 d7efc88b
...@@ -147,7 +147,8 @@ have different preferences for the central store of secret data. Some possibili ...@@ -147,7 +147,8 @@ have different preferences for the central store of secret data. Some possibili
1. An etcd collection alongside the storage for other API resources 1. An etcd collection alongside the storage for other API resources
2. A collocated [HSM](http://en.wikipedia.org/wiki/Hardware_security_module) 2. A collocated [HSM](http://en.wikipedia.org/wiki/Hardware_security_module)
3. An external datastore such as an external etcd, RDBMS, etc. 3. A secrets server like [Vault](https://www.vaultproject.io/) or [Keywhiz](https://square.github.io/keywhiz/)
4. An external datastore such as an external etcd, RDBMS, etc.
#### Size limit for secrets #### Size limit for secrets
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment