---
title: List
url: https://docs.vultr.com/reference/vultr-cli/kubernetes/list
description: Lists all Kubernetes clusters in your Vultr account with key details like ID, name, status, and region for quick management overview.
publish_date: 2025-09-14T03:07:15.072616Z
last_updated: 2025-11-07T17:48:29.257813Z
---

The `vultr-cli kubernetes list` command displays all Kubernetes clusters in your Vultr account, showing details like ID, name, region, and status.

## Usage

```console
$ vultr-cli kubernetes list [flags]
```

## Examples

```console
# Full example
$ vultr-cli kubernetes list

# Full example with paging
$ vultr-cli kubernetes list --per-page=1 --cursor="bmV4dF9fQU1T"

# Shortened with alias commands
$ vultr-cli k l

# Summarized view
$ vultr-cli kubernetes list --summarize
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -c | --cursor | (optional) cursor for paging. |
| -p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |
| - | --summarize | (optional) Summarize the list output. One line per cluster. |