/kubectl-getall

Small script to list all resources in a Kubernetes namespace

Primary LanguageShellMIT LicenseMIT

kubectl-getall

A small kubectl plugin to list all resources in a Kubernetes namespace

Examples:

  • Print all non-empty resources in the current namespace

    kubectl getall
  • Print all resources, including empty, in the current namespace

    kubectl getall -v
  • Print all non-empty resources in the supplied namespace

    kubectl getall kube-system
  • Print all resources, including empty, in the supplied namespace

    kubectl getall -v kube-system

Options

  • -v List all resources, including empty

  • --help get some quick help