CoreWeave organizations and users map directly to CKS through IAM roles and Kubernetes RBAC. This page summarizes how platform-level identity concepts apply within CKS.Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
CKS users
CKS designates two IAM roles that correspond to the platform user types.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 more limited permissions, which must be allocated by administrators.
CKS user permissions
Within a CKS cluster, user permissions are defined as follows:- Read permissions grant the user the ability to use all
watch,get, andlistverbs on cluster resources within their cluster. - Write permissions grant the user the ability to
createandpatchcluster resources within their cluster.
For the full permissions model, see IAM Access Policies and Legacy User Permissions.