Custom group for service account

Hello guys,
I need to assign one cluster role for few service accouts. These accounts will be in different namespaces. So, I would like to assign role for group, and create service accounts with this group. Is there some way how to create service account with custom group?

Hey @Tomas_Kacmar
If I understood your question completely, I think you’re looking for Role and ClusterRole.
Using RBAC Authorization | Kubernetes