Skip to content

Commit 5268b43

Browse files
authored
Merge pull request #37494 from haosdent/haosdent/concepts/services-networking
KubeCon Docs Sprint: Update page weights for content/en/docs/concepts…
2 parents cbfedf5 + fbdd100 commit 5268b43

11 files changed

+11
-11
lines changed

content/en/docs/concepts/services-networking/connect-applications-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reviewers:
55
- thockin
66
title: Connecting Applications with Services
77
content_type: concept
8-
weight: 30
8+
weight: 40
99
---
1010

1111

content/en/docs/concepts/services-networking/dns-pod-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ reviewers:
44
- thockin
55
title: DNS for Services and Pods
66
content_type: concept
7-
weight: 60
7+
weight: 80
88
description: >-
99
Your workload can discover Services within your cluster using DNS;
1010
this page explains how that works.

content/en/docs/concepts/services-networking/dual-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ reviewers:
1414
- khenidak
1515
- aramase
1616
- bridgetkromhout
17-
weight: 70
17+
weight: 90
1818
---
1919

2020
<!-- overview -->

content/en/docs/concepts/services-networking/endpoint-slices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ reviewers:
33
- freehan
44
title: EndpointSlices
55
content_type: concept
6-
weight: 45
6+
weight: 60
77
description: >-
88
The EndpointSlice API is the mechanism that Kubernetes uses to let your Service
99
scale to handle large numbers of backends, and allows the cluster to update its

content/en/docs/concepts/services-networking/ingress-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
You need to select at least one ingress controller and make sure it is set up in your cluster.
77
This page lists common ingress controllers that you can deploy.
88
content_type: concept
9-
weight: 30
9+
weight: 50
1010
---
1111

1212
<!-- overview -->

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
mechanism, that understands web concepts like URIs, hostnames, paths, and more.
99
The Ingress concept lets you map traffic to different backends based on rules you define
1010
via the Kubernetes API.
11-
weight: 20
11+
weight: 30
1212
---
1313

1414
<!-- overview -->

content/en/docs/concepts/services-networking/network-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reviewers:
55
- danwinship
66
title: Network Policies
77
content_type: concept
8-
weight: 50
8+
weight: 70
99
description: >-
1010
If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4),
1111
NetworkPolicies allow you to specify rules for traffic flow within your cluster, and

content/en/docs/concepts/services-networking/service-topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ reviewers:
44
- imroc
55
title: Topology-aware traffic routing with topology keys
66
content_type: concept
7-
weight: 10
7+
weight: 20
88
---
99

1010

content/en/docs/concepts/services-networking/service-traffic-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ reviewers:
33
- maplain
44
title: Service Internal Traffic Policy
55
content_type: concept
6-
weight: 75
6+
weight: 120
77
description: >-
88
If two Pods in your cluster want to communicate, and both Pods are actually running on
99
the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node.

content/en/docs/concepts/services-networking/topology-aware-hints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ reviewers:
33
- robscott
44
title: Topology Aware Hints
55
content_type: concept
6-
weight: 70
6+
weight: 100
77
description: >-
88
_Topology Aware Hints_ provides a mechanism to help keep network traffic within the zone
99
where it originated. Preferring same-zone traffic between Pods in your cluster can help

0 commit comments

Comments
 (0)