Skip to content

Commit ad1f1c2

Browse files
committed
update titles
1 parent 13214a7 commit ad1f1c2

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

input/kube-cli/service-exposure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Managing services on the application network using the CLI
1+
# Exposing services on the application network using the CLI
22

33
After creating an application network by linking sites, you can expose services from one site using connectors and consume those services on other sites using listeners.
44
A *routing key* is a string that matches one or more connectors with one or more listeners.
@@ -55,7 +55,8 @@ Listeners and connectors are matched using routing keys.
5555

5656
**Procedure**
5757

58-
1. Identify a connector that you want to create a listener for.
58+
1. Identify a connector that you want to use.
59+
Note the routing key of that connector.
5960

6061
2. Create a listener:
6162
```bash

input/kube-yaml/service-exposure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Managing services on the application network using YAML
1+
# Exposing services on the application network using YAML
22

33
After creating an application network by linking sites, you can expose services from one site using connectors and consume those services on other sites using listeners.
44
A *routing key* is a string that matches one or more connectors with one or more listeners.
@@ -68,7 +68,8 @@ Listeners and connectors are matched using routing keys.
6868

6969
**Procedure**
7070

71-
1. Identify a connector that you want to use and note the routing key of that connector.
71+
1. Identify a connector that you want to use.
72+
Note the routing key of that connector.
7273

7374
2. Create a listener resource YAML file:
7475
```yaml

input/system-cli/service-exposure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Managing services on the application network using the CLI
1+
# Exposing services on the application network using the CLI
22

33
After creating an application network by linking sites, you can expose services from one site using connectors and consume those services on other sites using listeners.
44
A *routing key* is a string that matches one or more connectors with one or more listeners.
@@ -55,7 +55,8 @@ Listeners and connectors are matched using routing keys.
5555

5656
**Procedure**
5757

58-
1. Identify a connector that you want to use and note the routing key of that connector.
58+
1. Identify a connector that you want to use.
59+
Note the routing key of that connector.
5960

6061
2. Create a listener:
6162
```bash

0 commit comments

Comments
 (0)