The influx of traffic to the Web Application necessitated scaling to ensure efficient handling of incoming requests. Leveraging KEDA's capabilities, we configured a ScaledObject within Kubernetes, enabling automatic scaling of the application. By referencing the application's deployment, we set scaling parameters to adjust the application's replica count dynamically, ranging from a minimum of 1 to a maximum of 100 replicas. Utilizing metrics like CPU and memory utilization, KEDA triggers the scaling process when specific thresholds, such as 50% CPU and 70% memory utilization, are reached.