CKS users
CKS designates two IAM roles that correspond to the platform user types. The following sections describe each role.CKS administrators
CKS administrators have theCKS Admin IAM role. This role grants broad access to cluster management, including creating clusters, managing API Access Tokens, configuring SAML SSO, and viewing metrics and logs.
CKS viewers
CKS viewers have theCKS Viewer IAM role. This role grants limited permissions, which administrators must allocate.
CKS user permissions
In addition to the preceding IAM roles, CKS uses Kubernetes RBAC to scope what users can do inside a cluster. Within a CKS cluster, CKS defines user permissions as follows:- Read permissions let the user use all
watch,get, andlistverbs on cluster resources within their cluster. - Write permissions let the user
createandpatchcluster resources within their cluster.
For the full permissions model, see IAM Access Policies and Legacy User Permissions.