Kubernetes — Role-Based Access Control (RBAC) Overview
RBAC with Kubernetes — Role, ClusterRole, RoleBinding, and ClusterRoleBinding.

TL;DR
Role-based access control (RBAC) is a way of granting users granular access to Kubernetes API resources. RBAC is a security design that restricts access to Kubernetes resources based on the role the user holds.