Open
Description
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
- I agree to follow this project's Code of Conduct