Skip to content

Use Kubernetes and Docker APIs rather than CLIs #1

@stepro

Description

@stepro

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    suggestionA suggestion to be discussed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions