Hi,
I've implemented EG on Kubernetes with a single master and single node server. I've created my own application using JupyterLab services to run the kernels on the cluster.
For testing the implementation, I tried to create multiple kernels concurrently, however, these aren't handled parallelly and waits until the previous requests are completed. This makes the kernel pods creation time too high. Is there something I'm missing for it to handle concurrent requests efficiently?
Any help would be appreciated. Thanks.