---
title: Get
url: https://docs.vultr.com/reference/vultr-cli/kubernetes/node-pool/get
description: Retrieves detailed information about a specific node pool within a Kubernetes cluster on Vultrs platform.
publish_date: 2025-09-14T03:07:24.085975Z
last_updated: 2025-11-07T17:48:43.256036Z
---

The `vultr-cli kubernetes node-pool get` command retrieves detailed information about a specific node pool within a Kubernetes cluster on Vultr's infrastructure.

## Usage

```console
$ vultr-cli kubernetes node-pool get <Cluster ID> <Node Pool ID>
```

## Examples

```console
# Full example
$ vultr-cli kubernetes node-pool get ffd31f18-5f77-454c-9064-212f942c3c34 abd31f18-3f77-454c-9064-212f942c3c34
# Shortened with alias commands
$ vultr-cli k n g ffd31f18-5f77-454c-9064-212f942c3c34 abd31f18-3f77-454c-9064-212f942c3c34
```