From 066efef31e842b606f1bdf8056cd7992dfdce41a Mon Sep 17 00:00:00 2001 From: Rohan Rustagi <110477025+RohanRusta21@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:58:51 +0000 Subject: [PATCH 1/6] expose ui using nodeport in browser --- web/docs/installation/install/manifest.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/docs/installation/install/manifest.md b/web/docs/installation/install/manifest.md index 525beeba8..c5b0158e3 100644 --- a/web/docs/installation/install/manifest.md +++ b/web/docs/installation/install/manifest.md @@ -19,3 +19,17 @@ kubectl port-forward svc/cyclops-ui 3000:3000 -n cyclops ``` You can now access Cyclops in your browser on [http://localhost:3000](http://localhost:3000). + +Alternate way (If you dont want to use port forwarding and block your terminal just for this) + +Expose cyclops ui using `NodePort` in your browser + +```bash +kubectl patch svc cyclops-ui -n cyclops -p '{"spec": {"type": "NodePort"}}' +``` + +After this command, Grab the `NodePort` assigned by the cluster against port `3000`. + +You can now access Cyclops in your browser on [http://:](http://:). + + From e23c70116027f11786f4cd459460204090cc9133 Mon Sep 17 00:00:00 2001 From: Rohan Rustagi <110477025+RohanRusta21@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:26:20 +0530 Subject: [PATCH 2/6] Updated manifest.md with subtitle --- web/docs/installation/install/manifest.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/docs/installation/install/manifest.md b/web/docs/installation/install/manifest.md index c5b0158e3..e713b682d 100644 --- a/web/docs/installation/install/manifest.md +++ b/web/docs/installation/install/manifest.md @@ -20,6 +20,8 @@ kubectl port-forward svc/cyclops-ui 3000:3000 -n cyclops You can now access Cyclops in your browser on [http://localhost:3000](http://localhost:3000). +### Alternative Method: Expose Cyclops UI Using NodePort + Alternate way (If you dont want to use port forwarding and block your terminal just for this) Expose cyclops ui using `NodePort` in your browser From 50feaaef7e17786715d29bedf291305944c9dd49 Mon Sep 17 00:00:00 2001 From: Rohan Rustagi <110477025+RohanRusta21@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:27:24 +0530 Subject: [PATCH 3/6] removed earlier heading --- web/docs/installation/install/manifest.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/docs/installation/install/manifest.md b/web/docs/installation/install/manifest.md index e713b682d..264d5493d 100644 --- a/web/docs/installation/install/manifest.md +++ b/web/docs/installation/install/manifest.md @@ -22,8 +22,6 @@ You can now access Cyclops in your browser on [http://localhost:3000](http://loc ### Alternative Method: Expose Cyclops UI Using NodePort -Alternate way (If you dont want to use port forwarding and block your terminal just for this) - Expose cyclops ui using `NodePort` in your browser ```bash From 974305969dd6ba2a9cb61372e504491c499aa908 Mon Sep 17 00:00:00 2001 From: Rohan Rustagi <110477025+RohanRusta21@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:28:57 +0530 Subject: [PATCH 4/6] Update manifest.md --- web/docs/installation/install/manifest.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/docs/installation/install/manifest.md b/web/docs/installation/install/manifest.md index 264d5493d..1f15e8bb8 100644 --- a/web/docs/installation/install/manifest.md +++ b/web/docs/installation/install/manifest.md @@ -30,6 +30,5 @@ kubectl patch svc cyclops-ui -n cyclops -p '{"spec": {"type": "NodePort"}}' After this command, Grab the `NodePort` assigned by the cluster against port `3000`. -You can now access Cyclops in your browser on [http://:](http://:). - +You can now access Cyclops in your browser on [http://:]. From bd4216ff2e62dbae1fc2827a23934519eaffab29 Mon Sep 17 00:00:00 2001 From: Rohan Rustagi <110477025+RohanRusta21@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:29:24 +0530 Subject: [PATCH 5/6] Update manifest.md --- web/docs/installation/install/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/installation/install/manifest.md b/web/docs/installation/install/manifest.md index 1f15e8bb8..9e63b9fe0 100644 --- a/web/docs/installation/install/manifest.md +++ b/web/docs/installation/install/manifest.md @@ -30,5 +30,5 @@ kubectl patch svc cyclops-ui -n cyclops -p '{"spec": {"type": "NodePort"}}' After this command, Grab the `NodePort` assigned by the cluster against port `3000`. -You can now access Cyclops in your browser on [http://:]. +You can now access Cyclops in your browser on [http://Node-Ip:NodePort]. From 6155df1fe7bb691b7eb478916bddaf258ae70934 Mon Sep 17 00:00:00 2001 From: Rohan Rustagi <110477025+RohanRusta21@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:29:54 +0530 Subject: [PATCH 6/6] Update manifest.md --- web/docs/installation/install/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/installation/install/manifest.md b/web/docs/installation/install/manifest.md index 9e63b9fe0..89da7fef9 100644 --- a/web/docs/installation/install/manifest.md +++ b/web/docs/installation/install/manifest.md @@ -30,5 +30,5 @@ kubectl patch svc cyclops-ui -n cyclops -p '{"spec": {"type": "NodePort"}}' After this command, Grab the `NodePort` assigned by the cluster against port `3000`. -You can now access Cyclops in your browser on [http://Node-Ip:NodePort]. +You can now access Cyclops in your browser on (http://Node-Ip:NodePort).