|
|
|
|
|
by raesene9
3414 days ago
|
|
I'd recommend people read the "Risks" section of Kubernetes Docs on secrets before using it... https://kubernetes.io/docs/user-guide/secrets/#risks. secrets stored in plain text and (by default) transmitted in plain text between etcd services, does not fill me with confidence on their security. |
|
If setting up a secure cluster is daunting, then use a distribution that handles it for you. OpenShift (https://www.openshift.org/) is built on kubernetes, and it's install is secure by default.
Disclaimer: I work for Red Hat, and spend lots of time on OpenShift consulting.