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 91a02401 Update description v3
91a02401 is described below
commit 91a0240146f4c13075736d5b436b271862ff9ad7
Author: mfordjody <[email protected]>
AuthorDate: Fri Jan 16 13:59:36 2026 +0800
Update description v3
---
README.md | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index b4dc00d0..435d0938 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,20 @@
</a>
</p>
-[](https://pkg.go.dev/github.com/apache/dubbo-kubernetes)
-[](https://goreportcard.com/report/github.com/apache/dubbo-kubernetes)
-[](https://codecov.io/gh/apache/dubbo-kubernetes)
-
+<p align="center">
+ <a href="https://pkg.go.dev/github.com/apache/dubbo-kubernetes">
+ <img src="https://pkg.go.dev/badge/github.com/apache/dubbo-kubernetes.svg"
/>
+ </a>
+ <a href="https://goreportcard.com/report/github.com/apache/dubbo-kubernetes">
+ <img
src="https://goreportcard.com/badge/github.com/apache/dubbo-kubernetes" />
+ </a>
+ <a href="https://codecov.io/gh/apache/dubbo-kubernetes">
+ <img
src="https://codecov.io/gh/apache/dubbo-kubernetes/branch/master/graph/badge.svg"
/>
+ </a>
+ <img src="https://img.shields.io/badge/license-Apache--2.0-green.svg" />
+</p>
-## Dubbo Service Mesh for Kubernetes
+<h2 align="center">Dubbo Service Mesh for Kubernetes</h2>
Implement an open-source service mesh for Dubbo in a Kubernetes cluster,
integrate applications directly into the service mesh through the SDK, secure,
connect, and observe services in a unified, lighter, and more efficient way,
and support load balancing and service-to-service authentication.