coreos / coreos-kubernetes

CoreOS Container Linux+Kubernetes documentation & Vagrant installers
https://coreos.com/kubernetes/docs/latest/
Apache License 2.0
1.1k stars 466 forks source link

Documentation: Etcd TLS #836

Open stongo opened 7 years ago

stongo commented 7 years ago

Is there any reason the documentation chooses to make Etcd2 insecure and not use TLS? TL;DR CoreOS bills itself as a security first company except when using Etcd?

This is problematic for a couple reasons:

robszumski commented 7 years ago

The current effort to support this in a manageable way is with the etcd-operator, which has TLS support underway: https://github.com/coreos/etcd-operator/pull/736

stongo commented 7 years ago

Awesome! Thanks for the response. I've been issuing k8s and etcd certificates with Vault PKI backend. It's really made it much easier