From 71bbca0cc1ebec08c41e98eae165e0e14f10ab57 Mon Sep 17 00:00:00 2001 From: thananJayan Date: Thu, 28 Dec 2023 01:24:43 +0000 Subject: [PATCH] Updated read me --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 86b9ad1..5b3cc06 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,12 @@ kubectl delete or ``` This will remove all resources created by the Selenium Grid deployment. +**Note:** Currently we set the replica as 1 across all browser deployment yaml files, but in real time this could be increase based on the request load to `selenium-hub`, this could be addressed by Auto-scaling feature of kubernetes after setup default resources +```bash +kubectl create -f grid-k8s/scale +``` +for more information refer [here](https://www.selenium.dev/blog/2022/scaling-grid-with-keda/) + ### Troubleshooting If you encounter any issues during deployment, refer to the troubleshooting section in the documentation or inspect the pod logs for more details.