Listener status command

Display the status of listeners in the current site.

Usage

skupper listener status [name] [options]

Output

$ skupper listener status
NAME       STATUS   ROUTING-KEY   HOST       PORT   CONNECTORS
backend    Ready    backend       backend    8080   1
database   Ready    database      database   5432   1

$ skupper listener status backend
Name:         backend
Status:       Ready
Routing key:  backend
Host:         backend
Port:         8080
Connectors:   1

Options

  • name string, optional

    An optional resource name. If set, the status command reports status for the named resource only.

    PlatformsKubernetes, Docker
    See alsoKubernetes object names
  • --output string

    Print status to the console in a structured output format.

    Choices
    json

    Produce JSON output

    yaml

    Produce YAML output

    PlatformsKubernetes, Docker
  • --timeout string (duration)

    Raise an error if the operation does not complete in the given period of time.

    Default

    60s

    PlatformsKubernetes, Docker
  • --namespace string

    Set the namespace.

    PlatformsKubernetes, Docker
    See alsoNamespace concept, Kubernetes namespaces
  • --context string

    Set the kubeconfig context.

    PlatformsKubernetes
    See alsoKubernetes kubeconfigs
  • --kubeconfig string

    Set the path to the kubeconfig file.

    PlatformsKubernetes
    See alsoKubernetes kubeconfigs
  • --platform string

    Set the Skupper platform.

    Choices
    kubernetes

    Kubernetes

    docker

    Docker or Podman

    PlatformsKubernetes, Docker
    See alsoPlatform concept
  • --help

    Display help and exit.

    PlatformsKubernetes, Docker