Chapter 4. Exploring a service network
Skupper includes a command to allow you report all the sites and the services available on a service network.
Prerequisites
- A service network with more than one site
Procedure
- Set your Kubernetes context to a namespace on the service network.
Use the following command to report the status of the service network:
skupper network status
$ skupper network status
Copy to Clipboard Copied! Toggle word wrap Toggle overflow For example:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
- The unique identifier of the site associated with the current context, that is, the
west
namespace - 2
- The site name. By default, skupper uses the name of the current namespace. If you want to specify a site name, use
skupper init --site-name <site-name>
. - 3
- The version of Skupper running the site. The site version can be different from the current
skupper
CLI version. To update a site to the version of the CLI, useskupper update
. - 4
- The unique identifier of a remote site on the service network.
- 5
- The sites that the remote site is linked to.
- 6
- The unique identifier of a remote podman site. Podman sites do not have an associated context.