Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/en/docs/blogs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ technology, sorted by date by default.

*[DCE]: Abbreviation for DaoCloud Enterprise, a next-generation AI computing platform

## 2025
## 2026

- [Topology-Aware Scheduling: Building Smarter Scheduling Solutions for AI Workloads](./2025/topology-aware-scheduling.md)
- [Topology-Aware Scheduling: Building Smarter Scheduling Solutions for AI Workloads](./2026/topology-aware-scheduling.md)

At KubeCon NA 2025, one topic clearly dominated discussions in the AI/ML space:
**Topology**. Everyone was talking about topology-aware scheduling, as it is critical to optimizing the performance of AI workloads.

- [Kubernetes x JobSet: How Co-evolution Makes AI Job Restarts 10× Faster](./2025/jobset-ai-restart.md)
- [Kubernetes x JobSet: How Co-evolution Makes AI Job Restarts 10× Faster](./2026/jobset-ai-restart.md)

JobSet leverages Kubernetes in-place container restarts to achieve a 92% improvement in restart speed.

## 2025

- [DaoCloud Among the First to Pass CNCF Kubernetes AI Conformance](./2025/ai-conformance.md)

[DCE 5.0](https://docs.daocloud.io/) is among the first to pass the CNCF Kubernetes AI Conformance certification.
Expand Down
5 changes: 5 additions & 0 deletions docs/en/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1495,9 +1495,14 @@ nav:
- Operation Management: download/modules/gmagpie.md
- Blogs:
- Index: blogs/index.md
- 2026:
- Topology-Aware Scheduling: blogs/2026/topology-aware-scheduling.md
- Kubernetes x JobSet: blogs/2026/jobset-ai-restart.md
- 2025:
- DCE Passed CNCF Kubernetes AI Conformance: blogs/2025/ai-conformance.md
- Paco Xu Elected to the Kubernetes Steering Committee: blogs/2025/paco-ksc.md
- Spotlight on the K8s Steering Committee: blogs/2025/k8s-steering-spotlight.md
- Open Source Documentation: blogs/2025/open-source-doc.md
- 2024:
- From Community Novice to CNCF Ambassador: blogs/2024/241108-cncf-ambassador.md
- containerd v2.0, nerdctl v2.0, and Lima v1.0: blogs/2024/241106-containerd-nerdctl-lima.md
Expand Down
8 changes: 5 additions & 3 deletions docs/zh/docs/blogs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ hide:

*[DCE]: DaoCloud Enterprise 云原生操作系统的简称,新一代 AI 智算平台

## 2025
## 2026

- [拓扑感知调度:为 AI 工作负载打造更智能的调度方案](./2025/topology-aware-scheduling.md)
- [拓扑感知调度:为 AI 工作负载打造更智能的调度方案](./2026/topology-aware-scheduling.md)

在 KubeCon NA 2025 上,AI/ML 领域的讨论中有一个主题占据主导地位:
**拓扑(Topology)** 。每个人都在讨论拓扑感知调度,因为它对优化 AI 工作负载性能至关重要。

- [Kubernetes x JobSet:协同演进如何让 AI 作业重启快 10 倍](./2025/jobset-ai-restart.md)
- [Kubernetes x JobSet:协同演进如何让 AI 作业重启快 10 倍](./2026/jobset-ai-restart.md)

JobSet 利用 Kubernetes 原地容器重启实现 92% 的重启速度提升。

## 2025 年

- [DaoCloud 首批通过 CNCF Kubernetes AI Conformance 认证](./2025/ai-conformance.md)

[DCE 5.0](https://docs.daocloud.io/) 首批通过 CNCF Kubernetes AI Conformance 认证。
Expand Down
5 changes: 3 additions & 2 deletions docs/zh/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1596,9 +1596,10 @@ nav:
- 运营管理: download/modules/gmagpie.md
- 博客:
- 博文索引: blogs/index.md
- 2026:
- 拓扑感知调度让 AI 调度更智能: blogs/2026/topology-aware-scheduling.md
- Kubernetes x JobSet 加速 AI: blogs/2026/jobset-ai-restart.md
- 2025:
- 拓扑感知调度让 AI 调度更智能: blogs/2025/topology-aware-scheduling.md
- Kubernetes x JobSet 加速 AI: blogs/2025/jobset-ai-restart.md
- DCE率先认证 AI Conformance: blogs/2025/ai-conformance.md
- Paco 连任 K8s 指导委员会: blogs/2025/paco-ksc.md
- 聚焦 Kubernetes 指导委员会: blogs/2025/k8s-steering-spotlight.md
Expand Down
Loading