From 89e41bb7b1f51d7dbc4450a9020631a68e91b50a Mon Sep 17 00:00:00 2001 From: mjudeikis-bot Date: Thu, 5 Mar 2026 14:24:42 +0200 Subject: [PATCH] docs: add ADOPTERS.md with Platform Mesh as initial adopter Platform Mesh (platform-mesh.io) uses kube-bind as the cross-cluster service binding layer for its multi-cluster platform, enabling users to add kube-bind as a provider and automatically create bindings between workload clusters and managed services. Ref: https://github.com/kube-bind/kube-bind/issues/447 Signed-off-by: mjudeikis-bot Signed-off-by: Mangirdas Judeikis Co-authored-by: Mangirdas Judeikis Co-authored-by: Hex (AI) --- ADOPTERS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ADOPTERS.md diff --git a/ADOPTERS.md b/ADOPTERS.md new file mode 100644 index 000000000..00feec856 --- /dev/null +++ b/ADOPTERS.md @@ -0,0 +1,11 @@ +# kube-bind Adopters + +This file lists organizations and projects that have adopted kube-bind in +production or as a core part of their platform. + +If you are using kube-bind and would like to be listed here, please open a +pull request. + +| Organization | Type | Use Case | Link | +|---|---|---|---| +| Platform Mesh | OSS Project | Uses kube-bind as the cross-cluster service binding layer, enabling users to add kube-bind as a provider and automatically create bindings between workload clusters and managed services within their platform. | |