This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new e0054e5c Update description content (#989)
e0054e5c is described below

commit e0054e5c15b848f02e93e515996dbe8a560c16d2
Author: mfordjody <[email protected]>
AuthorDate: Thu Aug 6 22:25:26 2026 +0800

    Update description content (#989)
---
 README.md                        | 18 +++++++++++-------
 architecture/inherent/dxplane.md | 26 ++++++++++++++++----------
 2 files changed, 27 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 1341b469..1f469895 100644
--- a/README.md
+++ b/README.md
@@ -4,20 +4,22 @@
 [![Go Report 
Card](https://goreportcard.com/badge/github.com/apache/dubbo-kubernetes)](https://goreportcard.com/report/github.com/apache/dubbo-kubernetes)
 
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
 
-Dubbo inherent mesh implemented for the underlying cluster management platform 
can directly receive policies from the control plane and obtain features such 
as load balancing, service discovery, and observability without requiring a 
sidecar proxy.
+Dubbo service mesh enables workloads to join natively, receive policies from 
the control plane via xDS, and gain capabilities such as load balancing, 
service discovery, and observability.
 
 ## Introduction
 
 > [!WARNING]
-> Current version is in the **Alpha** phase. The `0.5.0` release will be the 
first **RC** phase.
->
+> The current version is in the **Alpha** phase.
+> Releases `0.4.6–0.4.9` will be in the **Beta** phase.
+> Release `0.5.0` will be the first **RC** version.
+
 Dubbo’s control plane provides an abstraction layer over the underlying 
cluster management platform.
 
 Dubbo component composition:
 
 - **dubbod** — Dubbo xDS control plane. It provides service discovery, 
configuration and certificate issuance.
-- **dxplane** — Dubbo xDS data plane.
-- **dxgate** — Dubbo delegated gateway for Gateway API.
+- **dxplane** — Dubbo inbound mTLS terminator. It runs beside the workload to 
accept mesh traffic and forward it locally; outbound routing stays proxyless in 
the SDK.
+- **dxgate** — Dubbo delegated gateway for Gateway API. It consumes routing 
configuration from dubbod over xDS and proxies north-south traffic into the 
mesh.
 
 ## Repositories
 
@@ -35,9 +37,11 @@ Projects are distributed across the code directory 
repositories:
 
 - [operator](./operator). — Provides user friendly options for operating the 
service mesh.
 
-- [dxgate](https://github.com/kdubbo/dxgate) — 
+- [dxgate](https://github.com/kdubbo/dxgate) — Provides the delegated gateway 
that serves Gateway API traffic at the mesh edge.
+
+- [dxplane](https://github.com/kdubbo/dxplane) — Provides the inbound mTLS 
terminator that accepts mesh traffic on the workload's behalf.
 
-- [dxplane](https://github.com/kdubbo/dxplane) —
+- [gui](https://github.com/kdubbo/gui) — Provides the console that aggregates 
the management API across discovered control planes.
 
 ## Contributing
 
diff --git a/architecture/inherent/dxplane.md b/architecture/inherent/dxplane.md
index 36c7bef7..7a669a2d 100644
--- a/architecture/inherent/dxplane.md
+++ b/architecture/inherent/dxplane.md
@@ -1,23 +1,29 @@
 # dxplane
 
-本文档主要介绍 Inhernet 模式的组件的架构和设计决策
+This document introduces the architecture and design decisions of components 
operating in Inhernet mode.
 
-## 背景
-组件的前身是 Proxyless 模式下的 SDK 库,是指修改应用程序代码的工作范畴,当前模式是将原本的 SDK 库翻译成传统控制器。
-目的是减少对 SDK 库的维护和频繁操作对繁琐的应用程序代码进行修改的行为。
+## Background
 
-## 目标
-TODO
+The component originated as an SDK library used in Proxyless mode, which 
required modifying application code.
+
+The current approach translates the original SDK library into a conventional 
controller. Its purpose is to reduce SDK maintenance overhead and avoid 
frequent, cumbersome modifications to application code.
+
+## Goals
 
-## 实现
 TODO
 
-### 流量
+## Implementation
+
 TODO
 
-### 安全
+### Traffic
+
 TODO
 
-### 遥测
+### Security
+
 TODO
 
+### Telemetry
+
+TODO

Reply via email to