Skip to content

Commit 2391522

Browse files
committed
[zh-cn] sync blog: 2023-11-07-introducing-sig-etcd.md
Signed-off-by: xin.li <[email protected]>
1 parent a86bd25 commit 2391522

File tree

1 file changed

+145
-0
lines changed

1 file changed

+145
-0
lines changed
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
---
2+
layout: blog
3+
title: "介绍 SIG etcd"
4+
slug: introducing-sig-etcd
5+
date: 2023-11-07
6+
canonicalUrl: https://etcd.io/blog/2023/introducing-sig-etcd/
7+
---
8+
9+
<!--
10+
layout: blog
11+
title: "Introducing SIG etcd"
12+
slug: introducing-sig-etcd
13+
date: 2023-11-07
14+
canonicalUrl: https://etcd.io/blog/2023/introducing-sig-etcd/
15+
-->
16+
17+
<!--
18+
**Authors**: Han Kang (Google), Marek Siarkowicz (Google), Frederico Muñoz (SAS Institute)
19+
-->
20+
**作者**:Han Kang (Google), Marek Siarkowicz (Google), Frederico Muñoz (SAS Institute)
21+
22+
**译者**:Xin Li (Daocloud)
23+
24+
<!--
25+
Special Interest Groups (SIGs) are a fundamental part of the Kubernetes project,
26+
with a substantial share of the community activity happening within them.
27+
When the need arises, [new SIGs can be created](https://github.com/kubernetes/community/blob/master/sig-wg-lifecycle.md),
28+
and that was precisely what happened recently.
29+
-->
30+
特殊兴趣小组(SIG)是 Kubernetes 项目的基本组成部分,很大一部分的 Kubernetes 社区活动都在其中进行。
31+
当有需要时,可以创建[新的 SIG](https://github.com/kubernetes/community/blob/master/sig-wg-lifecycle.md)
32+
而这正是最近发生的事情。
33+
34+
<!--
35+
[SIG etcd](https://github.com/kubernetes/community/blob/master/sig-etcd/README.md)
36+
is the most recent addition to the list of Kubernetes SIGs.
37+
In this article we will get to know it a bit better, understand its origins, scope, and plans.
38+
-->
39+
[SIG etcd](https://github.com/kubernetes/community/blob/master/sig-etcd/README.md)
40+
是 Kubernetes SIG 列表中的最新成员。在这篇文章中,我们将更好地认识它,了解它的起源、职责和计划。
41+
42+
<!--
43+
## The critical role of etcd
44+
45+
If we look inside the control plane of a Kubernetes cluster, we will find
46+
[etcd](https://kubernetes.io/docs/concepts/overview/components/#etcd),
47+
a consistent and highly-available key value store used as Kubernetes' backing
48+
store for all cluster data -- this description alone highlights the critical role that etcd plays,
49+
and the importance of it within the Kubernetes ecosystem.
50+
-->
51+
## etcd 的关键作用
52+
53+
如果我们查看 Kubernetes 集群的控制平面内部,我们会发现
54+
[etcd](https://kubernetes.io/zh-cn/docs/concepts/overview/components/#etcd)
55+
一个一致且高可用的键值存储,用作 Kubernetes 所有集群数据的后台数据库 -- 仅此描述就突出了
56+
etcd 所扮演的关键角色,以及它在 Kubernetes 生态系统中的重要性。
57+
58+
<!--
59+
This critical role makes the health of the etcd project and community an important consideration,
60+
and [concerns about the state of the project](https://groups.google.com/a/kubernetes.io/g/steering/c/e-O-tVSCJOk/m/N9IkiWLEAgAJ)
61+
in early 2022 did not go unnoticed. The changes in the maintainer team, amongst other factors,
62+
contributed to a situation that needed to be addressed.
63+
-->
64+
由于 etcd 在生态中的关键作用,其项目和社区的健康成为了一个重要的考虑因素,
65+
并且人们 2022 年初[对项目状态的担忧](https://groups.google.com/a/kubernetes.io/g/steering/c/e-O-tVSCJOk/m/N9IkiWLEAgAJ)
66+
并没有被忽视。维护团队的变化以及其他因素导致了一些情况需要被解决。
67+
68+
<!--
69+
## Why a special interest group
70+
71+
With the critical role of etcd in mind, it was proposed that the way forward would
72+
be to create a new special interest group. If etcd was already at the heart of Kubernetes,
73+
creating a dedicated SIG not only recognises that role, it would make etcd a first-class citizen of the Kubernetes community.
74+
-->
75+
## 为什么要设立特殊兴趣小组
76+
77+
考虑到 etcd 的关键作用,有人提出未来的方向是创建一个新的特殊兴趣小组。
78+
如果 etcd 已经成为 Kubernetes 的核心,创建专门的 SIG 不仅是对这一角色的认可,
79+
还会使 etcd 成为 Kubernetes 社区的一等公民。
80+
81+
<!--
82+
Establishing SIG etcd creates a dedicated space to make explicit the contract
83+
between etcd and Kubernetes api machinery and to prevent, on the etcd level,
84+
changes which violate this contract. Additionally, etcd will be able to adop
85+
the processes that Kubernetes offers its SIGs ([KEPs](https://www.kubernetes.dev/resources/keps/),
86+
[PRR](https://github.com/kubernetes/community/blob/master/sig-architecture/production-readiness.md),
87+
[phased feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/),
88+
amongst others) in order to improve the consistency and reliability of the codebase. Being able to use these processes will be a substantial benefit to the etcd community.
89+
-->
90+
SIG etcd 的成立为明确 etcd 和 Kubernetes API 机制之间的契约关系创造了一个专门的空间,
91+
并防止在 etcd 级别上发生违反此契约的更改。此外,etcd 将能够采用 Kubernetes 提供的 SIG
92+
流程([KEP](https://www.kubernetes.dev/resources/keps/)
93+
[PRR](https://github.com/kubernetes/ Community/blob/master/sig-architecture/product-readiness.md)、
94+
[分阶段特性门控](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/)以及其他流程)
95+
以提高代码库的一致性和可靠性,这将为 etcd 社区带来巨大的好处。
96+
97+
<!--
98+
As a SIG, etcd will also be able to draw contributor support from Kubernetes proper:
99+
active contributions to etcd from Kubernetes maintainers would decrease the likelihood
100+
of breaking Kubernetes changes, through the increased number of potential reviewers
101+
and the integration with existing testing framework. This will not only benefit Kubernetes,
102+
which will be able to better participate and shape the direction of etcd in terms of the critical role it plays,
103+
but also etcd as a whole.
104+
-->
105+
作为 SIG,etcd 还能够从 Kubernetes 获得贡献者的支持:Kubernetes 维护者对 etcd
106+
的积极贡献将通过增加潜在审核者数量以及与现有测试框架的集成来降低破坏 Kubernetes 更改的可能性。
107+
这不仅有利于 Kubernetes,由于它能够更好地参与并塑造 etcd 所发挥的关键作用,从而也将有利于整个 etcd。
108+
109+
<!--
110+
## About SIG etcd
111+
112+
The recently created SIG is already working towards its goals, defined in its
113+
[Charter](https://github.com/kubernetes/community/blob/master/sig-etcd/charter.md)
114+
and [Vision](https://github.com/kubernetes/community/blob/master/sig-etcd/vision.md).
115+
The purpose is clear: to ensure etcd is a reliable, simple, and scalable production-ready
116+
store for building cloud-native distributed systems and managing cloud-native infrastructure
117+
via orchestrators like Kubernetes.
118+
-->
119+
## 关于 SIG etcd
120+
121+
最近创建的 SIG 已经在努力实现其[章程](https://github.com/kubernetes/community/blob/master/sig-etcd/charter.md)
122+
[愿景](https:///github.com/kubernetes/community/blob/master/sig-etcd/vision.md)中定义的目标。
123+
其目的很明确:确保 etcd 是一个可靠、简单且可扩展的生产就绪存储,用于构建云原生分布式系统并通过 Kubernetes 等编排器管理云原生基础设施。
124+
125+
<!--
126+
The scope of SIG etcd is not exclusively about etcd as a Kubernetes component,
127+
it also covers etcd as a standard solution. Our goal is to make etcd the most
128+
reliable key-value storage to be used anywhere, unconstrained by any Kubernetes-specific
129+
limits and scaling to meet the requirements of many diverse use-cases.
130+
-->
131+
SIG etcd 的范围不仅仅涉及将 etcd 作为 Kubernetes 组件,还涵盖将 etcd 作为标准解决方案。
132+
我们的目标是使 etcd 成为可在任何地方使用的最可靠的键值存储,不受任何 kubernetes 特定限制的约束,并且可以扩展以满足许多不同用例的需求。
133+
134+
<!--
135+
We are confident that the creation of SIG etcd constitutes an important milestone
136+
in the lifecycle of the project, simultaneously improving etcd itself,
137+
and also the integration of etcd with Kubernetes. We invite everyone interested in etcd to
138+
[visit our page](https://github.com/kubernetes/community/blob/master/sig-etcd/README.md),
139+
[join us at our Slack channel](https://kubernetes.slack.com/messages/etcd),
140+
and get involved in this new stage of etcd's life.
141+
-->
142+
我们相信,SIG etcd 的创建将成为项目生命周期中的一个重要里程碑,同时改进 etcd 本身以及
143+
etcd 与 Kubernetes 的集成。我们欢迎所有对 etcd
144+
感兴趣的人[访问我们的页面](https://github.com/kubernetes/community/blob/master/sig-etcd/README.md)
145+
[加入我们的 Slack 频道](https://kubernetes.slack.com/messages/etcd),并参与 etcd 生命的新阶段。

0 commit comments

Comments
 (0)