# pw kube ls

> Source: https://parallelworks.com/docs/cli/pw/kube/ls

## pw kube ls

List all kubernetes clusters

```
pw kube ls [flags]
```

### Examples

```
  # List all kubernetes clusters
  pw kube ls
  
  # List all kubernetes clusters, displayed as json
  pw kube ls -o json
  
  # List all kubernetes clusters, displayed as a table
  # Tables display Name, total vCPUs, total Memory
  pw kube ls -o table
```

### Options

```
  -h, --help            help for ls
  -o, --output string   Output format (json, table)
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw kube](/docs/cli/pw/kube)	 - Kubernetes commands
