What is the purpose of Kubernetes Secrets in relation to security?
-
A
To define RBAC policies for sensitive data
-
B
To store sensitive data like passwords and tokens separately from Pod specs
-
C
To encrypt etcd data at rest automatically
-
D
To manage TLS certificates for the API server