Custom ClusterRoleBindings
Our NETWAYS Managed Kubernetes clusters are provisioned with predefined ClusterRoleBindings that assign NWS‑ID user groups to the appropriate roles.
If more specific permissions are required, custom NWS‑ID groups can be assigned to individual roles via ClusterRoleBindings.
A custom group receives the authentication token through the custom role in the
Permission Settings of a user group
(in the Customer Center).
After activation, the users are added to the Kubernetes group <organization-id>-<groupname> (e.g. 12345-myGroup).
-
Retrieve your groups with
kubectl auth whoamiand check whether the custom group is available. -
Create a new
ClusterRoleBindingin the desired cluster. In the example below, the group12345-myGroupis assigned thecluster-adminrole: