What role does a Kubernetes ServiceAccount play in Dashboard access?
ServiceAccount
It stores all Dashboard resource data as a database.
It directly defines every allowed verb and resource without any RBAC role.
It exposes the Dashboard on a host port.
It provides a namespaced Kubernetes identity that can receive RBAC permissions and authenticate with a token.