Skip to content

[Feature][K8sClientPool] Add K8sClientPool support #17128

Open
@PengJingzhao

Description

@PengJingzhao

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

The project's goal is to add support for K8sClientPool to facilitate interaction between workers and the K8s cluster. To increase task concurrency, the worker will share a single KubernetesClient for operations on a K8s cluster. To enhance the reuse of K8s connections, the previous approach of maintaining a K8s connection for each task will be changed to retrieving K8s connections from a connection pool. Furthermore, there will be additional functionalities implemented, such as health checks for K8s connections and reconnection retry mechanisms.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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