From 9ffbed12375ef51ee8d7601ca29eff35b344b4d8 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 26 Jul 2022 11:38:55 +0100 Subject: [PATCH] [docs] Add links to Cilium issue and contact info Add link to issue tracking Gateway API and contact info --- site-src/implementations.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/site-src/implementations.md b/site-src/implementations.md index 874300b7b8..2c287f18ee 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -70,14 +70,21 @@ solution for Kubernetes and other networking environments. It includes [Cilium Service Mesh][cilium-service-mesh], a highly efficient mesh data plane that can be run in [sidecarless mode][cilium-sidecarless] to dramatically improve performance, and avoid the operational complexity of sidecars. Cilium also -supports the sidecar proxy model, offering choice to users. Cilium is working on -a Gateway API implementation. +supports the sidecar proxy model, offering choice to users. Cilium is [working on +a Gateway API implementation][cilium-issue]. -Cilium is open source and is a CNCF incubation project. +Cilium is open source and is a CNCF incubation project. + +If you have questions about Cilium Service Mesh the #service-mesh channel on +[Cilium Slack][cilium-slack] is a good place to start. For contributing to the development +effort, check out the #development channel or join our [weekly developer meeting][cilium-meeting]. [cilium]:https://cilium/io [cilium-service-mesh]:https://docs.cilium.io/en/stable/gettingstarted/#service-mesh [cilium-sidecarless]:https://isovalent.com/blog/post/cilium-service-mesh/ +[cilium-issue]:https://github.com/cilium/cilium/issues/20655 +[cilium-slack]:https://cilium.io/slack +[cilium-meeting]:https://github.com/cilium/cilium#weekly-developer-meeting ### Contour