Listener status command

Display the status of listeners in the current site.

PlatformsKubernetes, Docker, Podman, Linux

Usage

skupper listener status [name] [options]

Examples

# Show the status of all listeners in the current site
$ skupper listener status
NAME       STATUS   ROUTING-KEY   HOST       PORT   CONNECTORS
backend    Ready    backend       backend    8080   true
database   Ready    database      database   5432   true

# Show the status of one listener
$ skupper listener status backend
Name:                      backend
Status:                    Ready
Message:                   [none]
Routing key:               backend
Host:                      backend
Port:                      8080
Has matching connectors:   true

Primary options

[name]

string
optional

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

PlatformsKubernetes, Docker, Podman, Linux

Global options