This is an automated email from the ASF dual-hosted git repository.
zhongxjian 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 f793a2e7 Update description (#824)
f793a2e7 is described below
commit f793a2e7bc5bf28d0bae18d5d94ac3c6c18aa0d7
Author: mfordjody <[email protected]>
AuthorDate: Thu Nov 20 22:02:37 2025 +0800
Update description (#824)
---
.asf.yaml | 5 ++---
README.md | 2 +-
manifests/charts/README.md | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 9a25b306..d01745e7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,7 +21,7 @@ notifications:
github:
homepage: https://dubbo.apache.org/
- description: "Proxyless service mesh for Dubbo microservices on Kubernetes -
zero-latency communication, traffic management, and security without sidecars."
+ description: "Provides a proxyless service mesh for Dubbo microservices on
Kubernetes."
features:
# Enable wiki for documentation
wiki: false
@@ -35,8 +35,7 @@ github:
# foo: bar
labels:
- dubbo
- - proxyless
- - microservices
- kubernetes
+ - microservices
- service-mesh
diff --git a/README.md b/README.md
index e6cab073..8488c801 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[](https://codecov.io/gh/apache/dubbo-kubernetes)

-Cloud-Native proxyless service mesh platform for Dubbo microservices, enabling
zero-latency inter-service communication across multiple protocols, advanced
traffic management, and enterprise-grade security without sidecar proxies.
Built on Istio's control plane architecture with native Kubernetes integration,
it delivers service mesh capabilities with minimal resource overhead and
maximum performance.
+This project is an open-source proxyless service mesh for Dubbo microservices.
Built on the Istio control plane architecture, it leverages its core
capabilities and integrates deeply with Kubernetes, providing full service mesh
functionality with minimal resource overhead, enabling high-performance
inter-service communication, traffic management, and security features.
## Project Structure
diff --git a/manifests/charts/README.md b/manifests/charts/README.md
index 1c606bf7..5dbf6881 100644
--- a/manifests/charts/README.md
+++ b/manifests/charts/README.md
@@ -1,5 +1,5 @@
# Dubbo Installer
-WARNING: Do not use the files in this directory to install Dubbo
+> WARNING: Do not use the files in this directory to install Dubbo
If you want to install Dubbo with Helm, instead please follow the Helm
installation docs here.
\ No newline at end of file