From 1d8621b1e7ae9f9df09f40199d65976092b82ca7 Mon Sep 17 00:00:00 2001 From: hudazaan Date: Mon, 8 Jun 2026 23:19:39 +0530 Subject: [PATCH 1/2] Add kuberef --- projects.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/projects.json b/projects.json index a3d2dea..45c6ad0 100644 --- a/projects.json +++ b/projects.json @@ -113,6 +113,31 @@ "adminName": "Karan Singh", "linkedIn": "https://www.linkedin.com/in/karansingh-rathorecs" }, + { + "owner": "hudazaan", + "repo": "kuberef", + "projectName": "kuberef", + "description": "A Python-based Kubernetes CLI tool designed to audit secret references before deployment, preventing silent failures caused by missing secrets", + "techStack": [ + "Python", + "Kubernetes API", + "Typer", + "Poetry", + "GitHub Actions" + ], + "adminName": "Huda Naaz", + "linkedIn": "https://www.linkedin.com/in/hudanaaz17/", + "mentors": [ + { + "name": "Krishna Kumar", + "linkedIn": "https://www.linkedin.com/in/krishna-kumar9870/" + }, + { + "name": "Sagnik Choudhury", + "linkedIn": "https://www.linkedin.com/in/sagnikchoudhury/" + } + ] + }, { "owner": "imanchalsingh", "repo": "parkfinder", From ffd80d04cfcd0cdb685b73fa261ac1f9ee12c5ce Mon Sep 17 00:00:00 2001 From: hudazaan Date: Tue, 9 Jun 2026 18:23:43 +0530 Subject: [PATCH 2/2] Add kuberef mentor --- projects.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects.json b/projects.json index 45c6ad0..4116e02 100644 --- a/projects.json +++ b/projects.json @@ -135,6 +135,10 @@ { "name": "Sagnik Choudhury", "linkedIn": "https://www.linkedin.com/in/sagnikchoudhury/" + }, + { + "name": "Roopa S", + "linkedIn": "https://www.linkedin.com/in/roopa-s-aa9777291" } ] },