Link resource

A site-to-site communication channel. Links serve as a transport for application connections and requests. A set of linked sites constitute a network.

Links are not usually created directly. Instead, you typically use an access token to obtain a link.

apiVersion: skupper.io/v1alpha1
kind: Link
metadata:  # Metadata properties
spec:      # Spec properties
status:    # Status properties

Metadata properties

Spec properties

  • tlsSecret string

    The name of a Kubernetes secret containing TLS credentials. The secret contains the trusted server certificate (typically a CA).

    It can optionally include a client certificate and key for mutual TLS.

    PlatformsKubernetes, Docker
    See alsoCustom certificates
  • cost integer

    The configured routing cost of sending traffic over the link.

    Default1
    PlatformsKubernetes, Docker
    See alsoLoad balancing
  • endpoints array, required

    PlatformsKubernetes, Docker
  • options object

    Additional settings.

    PlatformsKubernetes, Docker

Status properties

  • configured boolean

    DefaultFalse
    PlatformsKubernetes, Docker
  • status string

    The current state of the resource.

    PlatformsKubernetes, Docker
  • active boolean

    This thing is working.

    DefaultFalse
    PlatformsKubernetes, Docker