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 Kubernetes and Docker APIs rather than CLIs #1

Open
stepro opened this issue Jun 1, 2020 · 0 comments
Open

Use Kubernetes and Docker APIs rather than CLIs #1

stepro opened this issue Jun 1, 2020 · 0 comments
Labels
suggestion A suggestion to be discussed
Milestone

Comments

@stepro
Copy link
Owner

stepro commented Jun 1, 2020

Instead of using kubectl and docker CLIs, switch to compiling against the official APIs instead. This will eliminate the prerequisites and at least in the case of Kubernetes, increase performance as (I assume) we'd be able to reuse a single or small set of TCP connections for each request rather than calling kubectl each time which will create new TCP connections to the API server for every request. It will also reduce the headache associated with leaky processes which is particularly annoying on Windows (and really not implemented at this point).

@stepro stepro added the suggestion A suggestion to be discussed label Jun 1, 2020
@stepro stepro added this to the Backlog milestone Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion A suggestion to be discussed
Projects
None yet
Development

No branches or pull requests

1 participant