记录 Ayatori 控制面与产品边界 #3

Open
panxiao81 wants to merge 10 commits from docs/ayatori-control-plane into main
Owner

目的

记录 Ayatori 复用 Kubernetes API machinery 时的职责边界,防止后续实现重新滑向 Kubernetes workload 平台或无需求的云产品目录。

变更

  • 新增 Ayatori 控制面边界页面。
  • 明确 kube-apiserver/etcd 只承担 API 与状态协调,领域控制循环由 Ayatori 实现。
  • 明确内置 Node、Lease 等只是可复用 API contract,不绑定 kubelet、Pod 或 kube-scheduler。
  • 记录需求驱动的产品范围:优先 Database、LoadBalancer、Bucket/Object Storage;VM 价值已确认;Run 为内部切片;KaaS 按需;FaaS/PaaS 默认不做。
  • 更新架构约束与任务索引。

验证

  • python3 scripts/check_docs.py
  • git diff --check
## 目的 记录 Ayatori 复用 Kubernetes API machinery 时的职责边界,防止后续实现重新滑向 Kubernetes workload 平台或无需求的云产品目录。 ## 变更 - 新增 Ayatori 控制面边界页面。 - 明确 kube-apiserver/etcd 只承担 API 与状态协调,领域控制循环由 Ayatori 实现。 - 明确内置 Node、Lease 等只是可复用 API contract,不绑定 kubelet、Pod 或 kube-scheduler。 - 记录需求驱动的产品范围:优先 Database、LoadBalancer、Bucket/Object Storage;VM 价值已确认;Run 为内部切片;KaaS 按需;FaaS/PaaS 默认不做。 - 更新架构约束与任务索引。 ## 验证 - `python3 scripts/check_docs.py` - `git diff --check`
panxiao81 added 3 commits 2026-09-20 19:53:37 +00:00
panxiao81 force-pushed docs/ayatori-control-plane from 41ed71d14e to adf2812767 2026-09-20 19:53:37 +00:00 Compare
panxiao81 added 1 commit 2026-09-20 20:02:15 +00:00
记录 Compute 方向与 DBaaS 合并决定
docs / check (pull_request) Successful in 39s
e43442c266
panxiao81 added 1 commit 2026-09-20 20:12:00 +00:00
明确 DBaaS 可无兼容负担重构
docs / check (pull_request) Successful in 36s
6863474c01
panxiao81 added 1 commit 2026-09-20 20:20:41 +00:00
记录 Database API 统一到 Ayatori 域
docs / check (pull_request) Successful in 17s
6d614d8d08
panxiao81 added 1 commit 2026-09-20 20:30:37 +00:00
明确 DBaaS 完整设计合同直接复用
docs / check (pull_request) Successful in 34s
0aaf689e2b
panxiao81 added 1 commit 2026-09-20 20:44:09 +00:00
修正 Ayatori DBaaS 设计来源链接
docs / check (pull_request) Successful in 38s
e37957f12d
panxiao81 added 1 commit 2026-09-21 06:34:35 +00:00
docs: 固定已合并的 Ayatori Database ADR 来源
docs / check (pull_request) Successful in 14s
172c17bfa3
panxiao81 added 1 commit 2026-09-24 08:29:57 +00:00
All checks were successful
docs / check (pull_request) Successful in 24s
This pull request has changes conflicting with the target branch.
  • guides/task-index.md
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin docs/ayatori-control-plane:docs/ayatori-control-plane
git checkout docs/ayatori-control-plane
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: panxiao81/homelab-wiki#3