Kubernetes¶
Manage Kubernetes clusters.
Aliases: k8s, kubernetes
Project-scoped
Kubernetes commands require --project-id (or project-id in config) in addition to --token and --org-id.
List Clusters¶
Alias: ls
Lists all Kubernetes clusters in the current project.
Get Cluster Details¶
Shows detailed information about a specific cluster, including version, node count, machine type, and status.
Examples¶
# List all clusters
bnerd k8s list
# Get cluster details in JSON
bnerd k8s get my-cluster -o json
# Use with a specific project
bnerd --project-id PROJECT_ID k8s list
TUI Equivalent¶
In the interactive TUI (bnerd x), use the :k8s or :kubernetes command.