Create a service account and bind the cluster role
Create a service account and bind the cluster role
To grant the permissions defined in the cluster role to the service account, create a service account and a cluster role binding.
Create a service account in the cluster in any namespace, and add the service account token to the kubeconfig file. Then, create a cluster role binding between the service account and the cluster role.
The cluster role binding ensures that the users have the access they need to perform their tasks, while maintaining the security and integrity of the cluster.