|
|
|
|
|
by sarnowski
3415 days ago
|
|
That is the same trust boundary as in Kubernetes currently:
https://kubernetes.io/docs/user-guide/secrets/ It is the most important step that you can package containers without having to know the production secrets and to have a "standard" was to retrieve them. No one, without production access, has a way to obtain them. |
|
> Currently, anyone with root on any node can read any secret from the apiserver, by impersonating the kubelet
> If multiple replicas of etcd are run, then the secrets will be shared between them. By default, etcd does not secure peer-to-peer communication with SSL/TLS, though this can be configured.