Connector status command

skupper connector status [name] [options]

Display the status of connectors in the current site.

PlatformsKubernetes, Docker, Podman, Linux

Examples

# Show the status of all connectors in the current site
$ skupper connector status
NAME       STATUS   ROUTING-KEY   SELECTOR         HOST     PORT   LISTENERS
backend    Ready    backend       app=backend      <none>   8080   true
database   Ready    database      app=postgresql   <none>   5432   true

# Show the status of one connector
$ skupper connector status backend
Name:                     backend
Status:                   Ready
Message:                  <none>
Routing key:              backend
Selector:                 app=backend
Host:                     <none>
Port:                     8080
Has matching listeners:   1

Primary options

[name]

string
optional

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

See alsoKubernetes object names

--timeout

<duration>

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

Default

60s

PlatformsKubernetes
See alsoDuration format

--output

(-o) <format>

Print status to the console in a structured output format.

Choices
json

Produce JSON output

yaml

Produce YAML output

Global options