List all Kubernetes clusters managed by KSail.
By default, lists clusters from all distributions across all providers.
Use --provider to filter results to a specific provider.
PROVIDER DISTRIBUTION CLUSTER
docker Vanilla dev-cluster
hetzner Talos prod-cluster
When any cluster has a TTL set, a TTL column is included:
PROVIDER DISTRIBUTION CLUSTER TTL
docker K3s dev-cluster 2h 30m
The PROVIDER and CLUSTER values from the output can be used directly
with other cluster commands:
ksail cluster delete --name <cluster> --provider <provider>
ksail cluster stop --name <cluster> --provider <provider>
# List only Docker-based clusters
ksail cluster list --provider Docker
# List only Hetzner clusters
ksail cluster list --provider Hetzner
# List only Omni clusters
ksail cluster list --provider Omni
ksail cluster list [flags]
-p, --provider Provider Filter by provider (Docker, Hetzner, Omni, AWS). If not specified, lists all providers.
--benchmark Show per-activity benchmark output
--config string Path to config file (default: ksail.yaml found via directory traversal)