Lists all Kubernetes clusters in your Vultr account with key details like ID, name, status, and region for quick management overview.
The vultr-cli kubernetes list
command displays all Kubernetes clusters in your Vultr account, showing details like ID, name, status, and region for quick management overview.
$ vultr-cli kubernetes list [flags]
# 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
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. |