Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use an async kubernetes client #6

Open
sbidoul opened this issue Nov 13, 2021 · 0 comments
Open

Use an async kubernetes client #6

sbidoul opened this issue Nov 13, 2021 · 0 comments

Comments

@sbidoul
Copy link
Owner

sbidoul commented Nov 13, 2021

This is a long term improvement.

We currently use the official python kubernetes client for which we have simple async wrappers.

Using an asyncio compatible client would have some benefits such as avoiding the stop/restart difficulties we have due to the use of asyncio.run_in_executor.

An interesting project I'm following is lightkube, but it is not ready yet.

In any case, we need to progress on tests (#3 and #4) before touching this one.

@sbidoul sbidoul added the enhancement New feature or request label Nov 13, 2021
@sbidoul sbidoul changed the title Use an async kubernetes API Use an async kubernetes client Nov 13, 2021
@sbidoul sbidoul added maintenance and removed enhancement New feature or request labels Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant