Skip to main content

astroctl_infra

astroctl infra

Manage infrastructure resources

Synopsis

Manage infrastructure resources including Kubernetes clusters, GPU clusters, and serverless platforms.

astroctl infra [flags]

Examples


# Kubernetes cluster management
astroctl infra kubernetes get
astroctl infra k8s get --provider-id aws
astroctl infra kubernetes apply -f cluster.yaml

# Short aliases
astroctl infra k8s get

Options

-h, --help help for infra

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO