Connector status command

Display the status of connectors in the current site.

Usage

skupper connector status [name] [options]

Output

$ skupper connector status
NAME       STATUS   ROUTING-KEY   SELECTOR         HOST     PORT   LISTENERS
backend    Ready    backend       app=backend      <none>   8080   1
database   Ready    database      app=postgresql   <none>   5432   1

$ skupper connector status backend
Name:         backend
Status:       Ready
Routing key:  backend
Selector:     app=backend
Host:         <none>
Port:         8080
Listeners:    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