Skip to content

Handling concurrent requests on Kubernetes cluster #544

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions