Create a cluster using the Cloud Console
To create a new CKS cluster using the Cloud Console, open the Cluster Dashboard. From here, you can create new CKS clusters, or view and manage deployed ones. If you don’t yet have any clusters, this dashboard is empty:
1. Setup
Give your cluster a name. Reflect the location in the name so clusters stay organized at scale. Here are some guidelines:- Keep names short and put the location first so that they group together naturally in reports.
- Use only lowercase letters, numbers, and hyphens to keep names compatible with URLs and automation.
- Avoid mutable details like Kubernetes version, Node Pool sizes, or temporary attributes that may change.
[short_name] is a concise descriptor of an environment, lifecycle, or workload:
use04a-[short_name], such asuse04a-prodoruse04a-stagingus-east-04a-[short_name], such asus-east-04a-prodorus-east-04a-staging

To learn more about cluster Audit Policies, see the official Kubernetes documentation.

Default cluster audit policy
Default cluster audit policy
audit-policy.yaml
2. Network
Configure the network settings for the cluster. On the Network configuration page, first select the Super Region where you want to deploy the cluster. Then, select the Zone.Zone availability is subject to capacity.

Select a VPC
If you already created a VPC to use with this cluster, select the same Zone where you deployed that VPC. Otherwise, you can either use a default VPC that CoreWeave creates for you during this process, or create a new custom VPC. You can still customize default VPCs from this page by clicking the Customize option beside the Create a default VPC radio button.

Each Zone has its own default prefixes, which populate default VPCs. You can change these. Refer to Regions to see each Zone’s default prefixes.
3. Auth
The Auth screen is where you configure how the cluster handles authentication and authorization. All settings on this screen are optional: you can add an authentication webhook, an authorization webhook, and OIDC, or skip them all and click the Next button to continue without changes. When you select any of these options, additional configuration fields appear.
Add an authentication webhook
When you select the Add an authentication webhook checkbox, the Server and Certificate Authority fields appear. To configure the webhook, you must provide a URL in the Server input field, and can optionally include a Certificate Authority.To learn more about Webhook authentication in Kubernetes, see the official Kubernetes documentation.
Add an authorization webhook
When you select the Add an authorization webhook checkbox, the Server and Certificate Authority fields appear. To configure the webhook, you must provide a URL in the Server input field.To learn more about Webhook authorization in Kubernetes, see the official Kubernetes documentation.
Enable OIDC
To enable OIDC, the Issuer URL and Client ID fields are required. All other fields are optional.To learn more about OIDC for Kubernetes, see the official Kubernetes documentation.
Certificate Authority
Each of the authentication and authorization options provides an optional Certificate Authority checkbox. Selecting this checkbox opens a YAML editor where you can enter a Certificate Authority X.509 certificate.4. Deploy
The final step of cluster creation provides an overview of all options selected during the creation process. After reviewing and confirming the cluster’s configuration, click the Submit button to deploy the new cluster.
Creating. When a cluster is ready, its status changes to Healthy. If configuration or deployment issues occur, the cluster’s status changes to Unhealthy.
View details of deployed clusters
To view more information about a deployed cluster, click the vertical ellipses menu beside the cluster name and select View Details. This opens the cluster’s current configuration in JSON, along with information about the cluster’s age, location, name, associated API endpoint, and current state. To return to the dashboard, close this panel.
Cluster statuses

| Name | Description |
|---|---|
| Quota | Displays the number of CKS clusters your organization has deployed over the maximum limit of clusters defined by the organization’s quota. Represented as count/quota. If you haven’t yet created any clusters, or you have no quota assigned, the status shown is No Quota. |
| Healthy | Displays the number of healthy clusters deployed. In a healthy cluster, all Control Plane elements, servers, and Pods are in a Healthy state. The cluster is stable and responsive, and can manage workloads. |
| Unhealthy | Displays the number of unhealthy clusters. A cluster can become Unhealthy for many reasons, including Control Plane issues, unresponsive Nodes, failing Pods, network failures, or storage problems. |