|
|
|
|
|
by cpuguy83
3415 days ago
|
|
Note exactly the same (for now): > 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. |
|
We usually recommend subdividing the node acls by namespace when running disjoint node sets (where tenant A can't schedule onto tenant B's nodes). More fiddly than it has to be in Kubernetes today.