From 0ecda045dfc7711cd5a32b36381f8515e26d7d43 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 19 Jan 2023 12:08:25 +0100 Subject: [PATCH] Add Submariner We're the main contributors to the project, and it is shipped as part of Advanced Cluster Management for Kubernetes. Signed-off-by: Stephen Kitt --- app/data/projects.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/data/projects.json b/app/data/projects.json index 7a5a002f..3953b7cd 100644 --- a/app/data/projects.json +++ b/app/data/projects.json @@ -1221,6 +1221,15 @@ "twitterHandle": "", "twitterURL": "" }, + { + "projectName": "Submariner", + "projectDescription": "Submariner enables direct networking between Pods and Services in different Kubernetes clusters, either on-premises or in the cloud.", + "projectRepository": "https://github.com/submariner-io", + "projectWebsite": "https://submariner.io/", + "category": "Middleware", + "twitterHandle": "submarinerio", + "twitterURL": "https://twitter.com/submarinerio" + }, { "projectName": "SwitchYard", "projectDescription": "SwitchYard is a component-based development framework focused on building structured, maintainable services and applications",