What does the Kubernetes API server do when it receives a request from a pod's ServiceAccount that lacks RBAC permissions?
-
A
Returns a 403 Forbidden response
-
B
Returns a 401 Unauthorized response
-
C
Grants read-only access by default
-
D
Escalates to the cluster-admin role temporarily