> ## 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.

# May 15, 2025 - Node Pool UI enhancements

> Enhanced Node Pool user interface with improved visibility and workflow efficiency

New Node Pool UI enhancements for improved cluster management experience.

## Overview

We're excited to announce several updates to the Node Pool user interface that improve visibility and workflow efficiency within the CoreWeave Console.

## Key improvements

### Streamlined Node Pool creation

After creating a CKS cluster through the UI, you'll now be prompted to immediately create a Node Pool. This streamlined flow helps you get up and running faster by offering a seamless transition into the Node Pool creation process.

### Node Pool overview page

We've introduced a new overview page that displays all Node Pools within a cluster in one place. This makes it easier to monitor and manage your resources.

To view all Node Pools in your cluster, choose **Node Pools** from the menu, or visit this link:

```text theme={"system"}
# Replace "my-cluster" with your cluster's name.
https://console.coreweave.com/clusters/my-cluster/node-pools
```

### Dedicated Node Pool detail pages

Each Node Pool now has a direct URL for its detail page, allowing for easier sharing, navigation, and monitoring. This page includes a summary of the Node Pool's status, configuration, and associated events.

To view the detail page for a specific Node Pool, click its name on the overview page. To navigate directly to the detail page, use the following link:

```text theme={"system"}
# Replace "my-cluster" and "my-node-pool" with your names.
https://console.coreweave.com/clusters/my-cluster/node-pools/my-node-pool#details
```

### Node Pool events

On the detail page, you'll now see a tab for Node Pool Events, giving you visibility into lifecycle changes and operational events. To learn more about Node Pool events, see the [Node Pool Events Reference](/products/cks/reference/node-pool#events).

To navigate directly to the events tab, use the `#events` anchor on the detail page.

```text theme={"system"}
# Use the #events anchor.
https://console.coreweave.com/clusters/my-cluster/node-pools/my-node-pool#events
```

## Additional resources

For detailed information about Node Pools, see:

* [CKS Clusters](/products/cks/clusters/introduction)
* [Node Pools](/products/cks/nodes/nodes-and-node-pools)
