ako_clusters
List every Kubernetes context from kubeconfig and check if AKO is deployed, showing status and version. Identifies clusters for further AKO operations.
Instructions
[READ] List every Kubernetes context in the active kubeconfig and whether AKO is deployed there.
Iterates contexts from kubectl config get-contexts (KUBECONFIG env var or
~/.kube/config) and probes the avi-system namespace in each. Returns a table of
Context, AKO Status (pod phase, or 'Not deployed'), and AKO Version (image tag).
No parameters or filtering — all contexts are checked, so unreachable clusters
add latency. Requires kubectl on PATH. Start here to discover context names,
then pass one as context to ako_status, ako_logs, or ako_ingress_diagnose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |