I can\'t find documentation on how to create user group on Kubernetes with yaml file. I\'d like gather some authenticated users in group using their e-mail acco
Groups are determined by the configured authentication method. See https://kubernetes.io/docs/admin/authentication/ for details about how each authenticator determines the group membership of the authenticated user.