Skip to main content

astroctl_infra_kubernetes_get

astroctl infra kubernetes get

Get information about clusters

Synopsis

Get information about one or more Astro platform managed clusters

astroctl infra kubernetes get [flags]

Examples


# Get the cluster information
astroctl infra k8s get -p aws -c <cluster-name>

# Get all the clusters
astroctl infra k8s get

Options

-c, --cluster-name string The cluster name for which you want to get the information
-h, --help help for get
-o, --output string Output format (table|json|yaml) (default "table")
-p, --provider-id string The provider id (cloud) for which you want to get the clusters information

SEE ALSO