Skip to content

Commit 37ed803

Browse files
authored
Merge pull request kubernetes#50200 from my-git9/np-27468
[zh-cn] Add blog: 2025-03-12-sig-apps-spotlight.md
2 parents a8f49e5 + 567ca4b commit 37ed803

File tree

1 file changed

+323
-0
lines changed

1 file changed

+323
-0
lines changed
+323
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,323 @@
1+
---
2+
layout: blog
3+
title: "聚焦 SIG Apps"
4+
slug: sig-apps-spotlight-2025
5+
canonicalUrl: https://www.kubernetes.dev/blog/2025/03/12/sig-apps-spotlight-2025
6+
date: 2025-03-12
7+
author: "Sandipan Panda (DevZero)"
8+
translator: >
9+
[Xin Li](https://github.com/my-git9) (DaoCloud)
10+
---
11+
<!--
12+
layout: blog
13+
title: "Spotlight on SIG Apps"
14+
slug: sig-apps-spotlight-2025
15+
canonicalUrl: https://www.kubernetes.dev/blog/2025/03/12/sig-apps-spotlight-2025
16+
date: 2025-03-12
17+
author: "Sandipan Panda (DevZero)"
18+
-->
19+
20+
<!--
21+
In our ongoing SIG Spotlight series, we dive into the heart of the Kubernetes project by talking to
22+
the leaders of its various Special Interest Groups (SIGs). This time, we focus on
23+
**[SIG Apps](https://github.com/kubernetes/community/tree/master/sig-apps#apps-special-interest-group)**,
24+
the group responsible for everything related to developing, deploying, and operating applications on
25+
Kubernetes. [Sandipan Panda](https://www.linkedin.com/in/sandipanpanda)
26+
([DevZero](https://www.devzero.io/)) had the opportunity to interview [Maciej
27+
Szulik](https://github.com/soltysh) ([Defense Unicorns](https://defenseunicorns.com/)) and [Janet
28+
Kuo](https://github.com/janetkuo) ([Google](https://about.google/)), the chairs and tech leads of
29+
SIG Apps. They shared their experiences, challenges, and visions for the future of application
30+
management within the Kubernetes ecosystem.
31+
-->
32+
在我们正在进行的 SIG 聚焦系列中,我们通过与 Kubernetes 项目各个特别兴趣小组(SIG)的领导者对话,
33+
深入探讨 Kubernetes 项目的核心。这一次,我们聚焦于
34+
**[SIG Apps](https://github.com/kubernetes/community/tree/master/sig-apps#apps-special-interest-group)**
35+
这个小组负责 Kubernetes 上与应用程序开发、部署和操作相关的所有内容。
36+
[Sandipan Panda](https://www.linkedin.com/in/sandipanpanda)[DevZero](https://www.devzero.io/))
37+
有机会采访了 SIG Apps 的主席和技术负责人
38+
[Maciej Szulik](https://github.com/soltysh)[Defense Unicorns](https://defenseunicorns.com/)
39+
以及 [Janet Kuo](https://github.com/janetkuo)[Google](https://about.google/))。
40+
他们分享了在 Kubernetes 生态系统中关于应用管理的经验、挑战以及未来愿景。
41+
42+
<!--
43+
## Introductions
44+
45+
**Sandipan: Hello, could you start by telling us a bit about yourself, your role, and your journey
46+
within the Kubernetes community that led to your current roles in SIG Apps?**
47+
48+
**Maciej**: Hey, my name is Maciej, and I’m one of the leads for SIG Apps. Aside from this role, you
49+
can also find me helping
50+
[SIG CLI](https://github.com/kubernetes/community/tree/master/sig-cli#readme) and also being one of
51+
the Steering Committee members. I’ve been contributing to Kubernetes since late 2014 in various
52+
areas, including controllers, apiserver, and kubectl.
53+
-->
54+
## 自我介绍
55+
56+
**Sandipan**:你好,能否先简单介绍一下你自己、你的角色,以及你在
57+
Kubernetes 社区中的经历,这些经历是如何引导你担任 SIG Apps 的当前角色的?
58+
59+
**Maciej**:嗨,我叫 Maciej,是 SIG Apps 的负责人之一。除了这个角色,
60+
你还可以看到我在协助 [SIG CLI](https://github.com/kubernetes/community/tree/master/sig-cli#readme)
61+
的工作,同时我也是指导委员会的成员之一。自 2014 年底以来,我一直为
62+
Kubernetes 做出贡献,涉及的领域包括控制器、API 服务器以及 kubectl。
63+
64+
<!--
65+
**Janet**: Certainly! I'm Janet, a Staff Software Engineer at Google, and I've been deeply involved
66+
with the Kubernetes project since its early days, even before the 1.0 launch in 2015. It's been an
67+
amazing journey!
68+
69+
My current role within the Kubernetes community is one of the chairs and tech leads of SIG Apps. My
70+
journey with SIG Apps started organically. I started with building the Deployment API and adding
71+
rolling update functionalities. I naturally gravitated towards SIG Apps and became increasingly
72+
involved. Over time, I took on more responsibilities, culminating in my current leadership roles.
73+
-->
74+
**Janet**:当然可以!我是 Janet,在 Google 担任资深软件工程师,
75+
并且从 Kubernetes 项目早期(甚至在 2015 年 1.0 版本发布之前)就深度参与其中。
76+
这是一段非常精彩的旅程!
77+
78+
我在 Kubernetes 社区中的当前角色是 SIG Apps 的主席之一和技术负责人之一。
79+
我与 SIG Apps 的结缘始于自然而然的过程。最初,我从构建 Deployment API
80+
并添加滚动更新功能开始,逐渐对 SIG Apps 产生了浓厚的兴趣,并且参与度越来越高。
81+
随着时间推移,我承担了更多的责任,最终走到了目前的领导岗位。
82+
83+
<!--
84+
## About SIG Apps
85+
86+
*All following answers were jointly provided by Maciej and Janet.*
87+
88+
**Sandipan: For those unfamiliar, could you provide an overview of SIG Apps' mission and objectives?
89+
What key problems does it aim to solve within the Kubernetes ecosystem?**
90+
-->
91+
## 关于 SIG Apps
92+
93+
**以下所有回答均由 Maciej 和 Janet 共同提供。**
94+
95+
**Sandipan**:对于那些不熟悉的人,能否简要介绍一下 SIG Apps 的使命和目标?
96+
它在 Kubernetes 生态系统中旨在解决哪些关键问题?
97+
98+
<!--
99+
As described in our
100+
[charter](https://github.com/kubernetes/community/blob/master/sig-apps/charter.md#scope), we cover a
101+
broad area related to developing, deploying, and operating applications on Kubernetes. That, in
102+
short, means we’re open to each and everyone showing up at our bi-weekly meetings and discussing the
103+
ups and downs of writing and deploying various applications on Kubernetes.
104+
105+
**Sandipan: What are some of the most significant projects or initiatives currently being undertaken
106+
by SIG Apps?**
107+
-->
108+
正如我们在[章程](https://github.com/kubernetes/community/blob/master/sig-apps/charter.md#scope)中所描述的那样,
109+
我们涵盖了与在 Kubernetes 上开发、部署和操作应用程序相关的广泛领域。
110+
简而言之,这意味着我们欢迎每个人参加我们的双周会议,讨论在 Kubernetes
111+
上编写和部署各种应用程序的经验和挑战。
112+
113+
**Sandipan**:SIG Apps 目前正在进行的一些最重要项目或倡议有哪些?
114+
115+
<!--
116+
At this point in time, the main factors driving the development of our controllers are the
117+
challenges coming from running various AI-related workloads. It’s worth giving credit here to two
118+
working groups we’ve sponsored over the past years:
119+
-->
120+
在当前阶段,推动我们控制器开发的主要因素是运行各种 AI 相关工作负载所带来的挑战。
121+
在此值得一提的是,过去几年我们支持的两个工作组:
122+
123+
<!--
124+
1. [The Batch Working Group](https://github.com/kubernetes/community/tree/master/wg-batch), which is
125+
looking at running HPC, AI/ML, and data analytics jobs on top of Kubernetes.
126+
2. [The Serving Working Group](https://github.com/kubernetes/community/tree/master/wg-serving), which
127+
is focusing on hardware-accelerated AI/ML inference.
128+
-->
129+
1. [Batch 工作组](https://github.com/kubernetes/community/tree/master/wg-batch)
130+
该工作组致力于在 Kubernetes 上运行 HPC、AI/ML 和数据分析作业。
131+
2. [Serving 工作组](https://github.com/kubernetes/community/tree/master/wg-serving)
132+
该工作组专注于硬件加速的 AI/ML 推理。
133+
134+
<!---
135+
## Best practices and challenges
136+
137+
**Sandipan: SIG Apps plays a crucial role in developing application management best practices for
138+
Kubernetes. Can you share some of these best practices and how they help improve application
139+
lifecycle management?**
140+
-->
141+
## 最佳实践与挑战
142+
143+
**Sandipan**:SIG Apps 在为 Kubernetes 开发应用程序管理最佳实践方面发挥着关键作用。
144+
你能分享一些这些最佳实践吗?以及它们如何帮助改进应用程序生命周期管理?
145+
146+
<!--
147+
1. Implementing [health checks and readiness probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
148+
ensures that your applications are healthy and ready to serve traffic, leading to improved
149+
reliability and uptime. The above, combined with comprehensive logging, monitoring, and tracing
150+
solutions, will provide insights into your application's behavior, enabling you to identify and
151+
resolve issues quickly.
152+
-->
153+
1. 实施[健康检查和就绪探针](/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
154+
确保你的应用程序处于健康状态并准备好处理流量,从而提高可靠性和正常运行时间。
155+
结合全面的日志记录、监控和跟踪解决方案,上述措施将为您提供应用程序行为的洞察,
156+
使你能够快速识别并解决问题。
157+
158+
<!--
159+
2. [Auto-scale your application](/docs/concepts/workloads/autoscaling/) based
160+
on resource utilization or custom metrics, optimizing resource usage and ensuring your
161+
application can handle varying loads.
162+
-->
163+
2. 根据资源利用率或自定义指标[自动扩缩你的应用](/zh-cn/docs/concepts/workloads/autoscaling/)
164+
优化资源使用并确保您的应用程序能够处理不同的负载。
165+
166+
<!--
167+
3. Use Deployment for stateless applications, StatefulSet for stateful applications, Job
168+
and CronJob for batch workloads, and DaemonSet for running a daemon on each node. Use
169+
Operators and CRDs to extend the Kubernetes API to automate the deployment, management, and
170+
lifecycle of complex applications, making them easier to operate and reducing manual
171+
intervention.
172+
-->
173+
3. 对于无状态应用程序使用 Deployment,对于有状态应用程序使用 StatefulSet,
174+
对于批处理工作负载使用 Job 和 CronJob,在每个节点上运行守护进程时使用
175+
DaemonSet。使用 Operator 和 CRD 扩展 Kubernetes API 以自动化复杂应用程序的部署、
176+
管理和生命周期,使其更易于操作并减少手动干预。
177+
178+
<!--
179+
**Sandipan: What are some of the common challenges SIG Apps faces, and how do you address them?**
180+
181+
The biggest challenge we’re facing all the time is the need to reject a lot of features, ideas, and
182+
improvements. This requires a lot of discipline and patience to be able to explain the reasons
183+
behind those decisions.
184+
-->
185+
**Sandipan**:SIG Apps 面临的一些常见挑战是什么?你们是如何解决这些问题的?
186+
187+
我们一直面临的最大挑战是需要拒绝许多功能、想法和改进。这需要大量的纪律性和耐心,
188+
以便能够解释做出这些决定背后的原因。
189+
190+
<!--
191+
**Sandipan: How has the evolution of Kubernetes influenced the work of SIG Apps? Are there any
192+
recent changes or upcoming features in Kubernetes that you find particularly relevant or beneficial
193+
for SIG Apps?**
194+
195+
The main benefit for both us and the whole community around SIG Apps is the ability to extend
196+
kubernetes with [Custom Resource Definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
197+
and the fact that users can build their own custom controllers leveraging the built-in ones to
198+
achieve whatever sophisticated use cases they might have and we, as the core maintainers, haven’t
199+
considered or weren’t able to efficiently resolve inside Kubernetes.
200+
-->
201+
**Sandipan**:Kubernetes 的演进如何影响了 SIG Apps 的工作?
202+
Kubernetes 最近是否有任何变化或即将推出的功能,你认为对
203+
SIG Apps 特别相关或有益?
204+
205+
对我们以及围绕 SIG Apps 的整个社区而言,
206+
最大的好处是能够通过[自定义资源定义(Custom Resource Definitions)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)扩展
207+
Kubernetes。用户可以利用内置控制器构建自己的自定义控制器,
208+
以实现他们可能面对的各种复杂用例,而我们作为核心维护者,
209+
可能没有考虑过这些用例,或者无法在 Kubernetes 内部高效解决。
210+
211+
<!--
212+
## Contributing to SIG Apps
213+
214+
**Sandipan: What opportunities are available for new contributors who want to get involved with SIG
215+
Apps, and what advice would you give them?**
216+
-->
217+
## 贡献于 SIG Apps
218+
219+
**Sandipan**:对于想要参与 SIG Apps 的新贡献者,有哪些机会?
220+
你会给他们什么建议?
221+
222+
<!--
223+
We get the question, "What good first issue might you recommend we start with?" a lot :-) But
224+
unfortunately, there’s no easy answer to it. We always tell everyone that the best option to start
225+
contributing to core controllers is to find one you are willing to spend some time with. Read
226+
through the code, then try running unit tests and integration tests focusing on that
227+
controller. Once you grasp the general idea, try breaking it and the tests again to verify your
228+
breakage. Once you start feeling confident you understand that particular controller, you may want
229+
to search through open issues affecting that controller and either provide suggestions, explaining
230+
the problem users have, or maybe attempt your first fix.
231+
-->
232+
我们经常被问道:“你们建议我们从哪个好的初始问题开始?” :-)
233+
但遗憾的是,这个问题没有简单的答案。我们总是告诉大家,
234+
为核心控制器做贡献的最佳方式是找到一个你愿意花时间研究的控制器。
235+
阅读代码,然后尝试运行针对该控制器的单元测试和集成测试。一旦你掌握了大致的概念,
236+
试着破坏它并再次运行测试以验证你的改动。当你开始有信心理解了这个特定的控制器后,
237+
你可以搜索影响该控制器的待处理问题,提供一些建议,解释用户遇到的问题,
238+
或者尝试提交你的第一个修复。
239+
240+
<!--
241+
Like we said, there are no shortcuts on that road; you need to spend the time with the codebase to
242+
understand all the edge cases we’ve slowly built up to get to the point where we are. Once you’re
243+
successful with one controller, you’ll need to repeat that same process with others all over again.
244+
245+
**Sandipan: How does SIG Apps gather feedback from the community, and how is this feedback
246+
integrated into your work?**
247+
-->
248+
正如我们所说,在这条道路上没有捷径可走;你需要花时间研究代码库,
249+
以理解我们逐步积累的所有边缘情况,从而达到我们现在的位置。
250+
一旦你在一个控制器上取得了成功,你就需要在其他控制器上重复同样的过程。
251+
252+
**Sandipan**:SIG Apps 如何从社区收集反馈,以及这些反馈是如何整合到你们的工作中的?
253+
254+
<!--
255+
We always encourage everyone to show up and present their problems and solutions during our
256+
bi-weekly [meetings](https://github.com/kubernetes/community/tree/master/sig-apps#meetings). As long
257+
as you’re solving an interesting problem on top of Kubernetes and you can provide valuable feedback
258+
about any of the core controllers, we’re always happy to hear from everyone.
259+
-->
260+
我们总是鼓励每个人参加我们的双周[会议](https://github.com/kubernetes/community/tree/master/sig-apps#meetings)
261+
并在会上提出他们的问题和解决方案。只要你是在 Kubernetes 上解决一个有趣的问题,
262+
并且能够对任何核心控制器提供有价值的反馈,我们都非常乐意听取每个人的意见。
263+
264+
<!--
265+
## Looking ahead
266+
267+
**Sandipan: Looking ahead, what are the key focus areas or upcoming trends in application management
268+
within Kubernetes that SIG Apps is excited about? How is the SIG adapting to these trends?**
269+
270+
Definitely the current AI hype is the major driving factor; as mentioned above, we have two working
271+
groups, each covering a different aspect of it.
272+
-->
273+
## 展望未来
274+
275+
**Sandipan**:展望未来,Kubernetes 中应用程序管理的关键关注领域或即将到来的趋势有哪些是
276+
SIG Apps 感到兴奋的?SIG 是如何适应这些趋势的?
277+
278+
当前的 AI 热潮无疑是主要的驱动因素;如上所述,我们有两个工作组,
279+
每个工作组都涵盖了它的一个不同方面。
280+
281+
<!--
282+
**Sandipan: What are some of your favorite things about this SIG?**
283+
284+
Without a doubt, the people that participate in our meetings and on
285+
[Slack](https://kubernetes.slack.com/messages/sig-apps), who tirelessly help triage issues, pull
286+
requests and invest a lot of their time (very frequently their private time) into making kubernetes
287+
great!
288+
-->
289+
**Sandipan**:关于这个 SIG,你们最喜欢的事情有哪些?
290+
291+
毫无疑问,参与我们会议和
292+
[Slack](https://kubernetes.slack.com/messages/sig-apps) 频道的人们是最让我们感到欣慰的。
293+
他们不知疲倦地帮助处理问题、拉取请求,并投入大量的时间(很多时候是他们的私人时间)来让
294+
Kubernetes 变得更好!
295+
296+
---
297+
298+
<!--
299+
SIG Apps is an essential part of the Kubernetes community, helping to shape how applications are
300+
deployed and managed at scale. From its work on improving Kubernetes' workload APIs to driving
301+
innovation in AI/ML application management, SIG Apps is continually adapting to meet the needs of
302+
modern application developers and operators. Whether you’re a new contributor or an experienced
303+
developer, there’s always an opportunity to get involved and make an impact.
304+
-->
305+
SIG Apps 是 Kubernetes 社区的重要组成部分,
306+
帮助塑造了应用程序如何在大规模下部署和管理的方式。从改进 Kubernetes
307+
的工作负载 API 到推动 AI/ML 应用程序管理的创新,SIG Apps
308+
不断适应以满足现代应用程序开发者和操作人员的需求。无论你是新贡献者还是有经验的开发者,
309+
都有机会参与其中并产生影响。
310+
311+
<!--
312+
If you’re interested in learning more or contributing to SIG Apps, be sure to check out their [SIG
313+
README](https://github.com/kubernetes/community/tree/master/sig-apps) and join their bi-weekly [meetings](https://github.com/kubernetes/community/tree/master/sig-apps#meetings).
314+
315+
- [SIG Apps Mailing List](https://groups.google.com/a/kubernetes.io/g/sig-apps)
316+
- [SIG Apps on Slack](https://kubernetes.slack.com/messages/sig-apps)
317+
-->
318+
如果你有兴趣了解更多关于 SIG Apps 的信息或为其做出贡献,务必查看他们的
319+
[SIG README](https://github.com/kubernetes/community/tree/master/sig-apps)
320+
并加入他们的双周[会议](https://github.com/kubernetes/community/tree/master/sig-apps#meetings)
321+
322+
- [SIG Apps 邮件列表](https://groups.google.com/a/kubernetes.io/g/sig-apps)
323+
- [SIG Apps 在 Slack 上](https://kubernetes.slack.com/messages/sig-apps)

0 commit comments

Comments
 (0)