Skip to content

Commit 15775a6

Browse files
authored
Merge pull request #22189 from ydcool/zh-trans-glossary-cidr
add zh trans for /reference/glossary/cidr.md
2 parents b0d223a + bf589dd commit 15775a6

File tree

1 file changed

+36
-0
lines changed
  • content/zh/docs/reference/glossary

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: CIDR
3+
id: cidr
4+
date: 2019-11-12
5+
full_link:
6+
short_description: >
7+
CIDR 是一种描述 IP 地址块的符号,被广泛使用于各种网络配置中。
8+
9+
aka:
10+
tags:
11+
- networking
12+
---
13+
CIDR (无类域间路由) 是一种描述 IP 地址块的符号,被广泛使用于各种网络配置中。
14+
15+
<!--
16+
---
17+
title: CIDR
18+
id: cidr
19+
date: 2019-11-12
20+
full_link:
21+
short_description: >
22+
CIDR is a notation for describing blocks of IP addresses and is used heavily in various networking configurations.
23+
24+
aka:
25+
tags:
26+
- networking
27+
---
28+
CIDR (Classless Inter-Domain Routing) is a notation for describing blocks of IP addresses and is used heavily in various networking configurations.
29+
-->
30+
31+
<!--more-->
32+
33+
<!--
34+
In the context of Kubernetes, each {{< glossary_tooltip text="Node" term_id="node" >}} is assigned a range of IP addresses through the start address and a subnet mask using CIDR. This allows Nodes to assign each {{< glossary_tooltip text="Pod" term_id="pod" >}} a unique IP address. Although originally a concept for IPv4, CIDR has also been expanded to include IPv6.
35+
-->
36+
在 Kubernetes 的上下文中,每个 {{< glossary_tooltip text="节点" term_id="node" >}} 以 CIDR 形式(含起始地址和子网掩码)获得一个 IP 地址段,从而能够为每个 {{< glossary_tooltip text="Pod" term_id="pod" >}} 分配一个独一无二的 IP 地址。虽然其概念最初源自 IPv4,CIDR 已经被扩展为涵盖 IPv6。

0 commit comments

Comments
 (0)