AttachedConnector resource

A connector in a peer namespace.

apiVersion: skupper.io/v2alpha1
kind: AttachedConnector

Metadata properties

name

string
required

The name of the resource.

The name must be the same as that of the associated AttachedConnectorBinding resource in the site namespace.

PlatformsKubernetes, Docker, Podman, Linux

Spec properties

siteNamespace

string
required

The name of the namespace in which the site this connector should be attached to is defined.

PlatformsKubernetes, Docker, Podman, Linux

port

integer
required

The port on the target workload to forward traffic to.

PlatformsKubernetes, Docker, Podman, Linux

selector

string
required

A Kubernetes label selector for specifying target server pods.

On Kubernetes, you usually want to use this. As an alternative, you can use host.

PlatformsKubernetes

Status properties