Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jan 14, 2025
1 parent f9257e8 commit bc09bfa
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions input/resources/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@ create and configure Skupper resources.
- [Connector](connector.html): Binds a local workload to listeners in remote sites

A site is a central concept in Skupper, representing a location on the
network where part of your application is running. It functions as
the foundational building block for your Skupper network, carrying all
the necessary configuration for that specific location. You can think
of it as the starting point for setting up your application network.

A link is a secure communication channel that joins two Skupper sites,
enabling your application to connect across sites. Links are the
backbone of a Skupper network, providing connectivity for distributed
applications to communicate across geographical boundaries and various
platforms.

Listeners and connectors enable you expose services on Skupper
network where part of your application is running. The Site resource
functions as the foundational building block for your network,
carrying all the necessary configuration for that specific
location. You can think of it as the starting point for setting up
your application network.

A link is a secure communication channel that joins two Skupper sites.
Links are the backbone of a Skupper network, providing connectivity
for distributed applications to communicate across geographical
boundaries and various platforms.

Listeners and connectors are how you expose services on Skupper
networks. They work in tandem to bind client connection endpoints to
workloads that run in different locations.
server workloads that run in other sites.

## Site linking resources

Expand Down

0 comments on commit bc09bfa

Please sign in to comment.