Skip to content

Commit 4b4a01a

Browse files
committed
console
1 parent f0a1a5c commit 4b4a01a

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
lines changed

input/console/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Network console provides data and visualizations of the traffic flow between
1515

1616
1. Determine which site in your network is best to enable the Network console using the following criteria:
1717

18-
* Does the service network cross a firewall? For example, if you want the console to be available only inside the firewall, you need to locate the Network console on a site inside the firewall.
18+
* Does the application network cross a firewall? For example, if you want the console to be available only inside the firewall, you need to locate the Network console on a site inside the firewall.
1919
* Is there a site that processes more traffic than other sites? For example, if you have a frontend component that calls a set of services from other sites, it might make sense to locate the Network console on that site to minimize data traffic.
2020
* Is there a site with more or cheaper resources that you want to use? For example, if you have two sites, A and B, and resources are more expensive on site A, you might want to locate the Network console on site B.
2121

input/index.html.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,17 @@ body_template: config/wide-body.html
8686
<li><a href="https://skupperproject.github.io/refdog/resources/index.html">YAML reference</a></li>
8787
</nav>
8888
</div>
89+
</div>
90+
91+
<div class="columns">
92+
93+
<div>
94+
<h2 id="observability">Observability</h2>
95+
<p>Learn how to monitor traffic using the Skupper console.</p>
96+
<nav>
97+
<li><a href="./console/index.html">Using the Skupper console</a></li>
98+
99+
</nav>
100+
</div>
101+
89102
</div>

input/kube-cli/site-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Using the skupper command-line interface (CLI) allows you to create and manage sites from the context of the current namespace.
55

6-
A typical workflow is to create a site, link sites together, and expose services to the service network.
6+
A typical workflow is to create a site, link sites together, and expose services to the application network.
77

88
<a id="kube-checking-cli"></a>
99
## Checking the Skupper CLI

input/kube-yaml/site-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Using YAML allows you to create and manage sites from the context of the current namespace.
55

6-
A typical workflow is to create a site, link sites together, and expose services to the service network.
6+
A typical workflow is to create a site, link sites together, and expose services to the application network.
77

88
<a id="kube-creating-simple-site-yaml"></a>
99
## Creating a simple site on Kubernetes using YAML

input/overview/load-balancing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<a id="overview-load-balancing"></a>
22
# Skupper load balancing and failover
33

4-
Skupper enables load balancing and failover across servers located across the service network.
4+
Skupper enables load balancing and failover across servers located across the application network.
55
Specifically, Skupper balances **active TCP connections** across workloads deployed in distinct sites.
66
If a workload at one site becomes unavailable, traffic is automatically rerouted to available sites.
7-
For example, if you deploy the same backend code on two sites and expose the backend on the service network, concurrent requests from a third site to the backend service are processed by both sites.
7+
For example, if you deploy the same backend code on two sites and expose the backend on the application network, concurrent requests from a third site to the backend service are processed by both sites.
88

9-
In a service network, the routing algorithm attempts to use the path with the lowest total **cost** from client to target server.
9+
In an application network, the routing algorithm attempts to use the path with the lowest total **cost** from client to target server.
1010

1111
**Understanding link cost**
1212

input/system-cli/site-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Using the skupper command-line interface (CLI) allows you to create and manage Skupper sites from the context of the current user.
55

6-
A typical workflow is to create a site, link sites together, and expose services to the service network.
6+
A typical workflow is to create a site, link sites together, and expose services to the application network.
77

88
A *local system* includes Docker, Podman or Linux system.
99

input/system-yaml/site-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Using YAML allows you to create and manage sites on Docker, Podman and Linux.
55

6-
A typical workflow is to create a site, link sites together, and expose services to the service network.
6+
A typical workflow is to create a site, link sites together, and expose services to the application network.
77

88
If you require more than one site, specify a unique namespace when using `skupper`, for example `skupper --namespace second-site ...`.
99

0 commit comments

Comments
 (0)