Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Move away from exec.Command to using K8S Go bindings #9

Open
FrankPetrilli opened this issue Jan 8, 2017 · 0 comments
Open

Move away from exec.Command to using K8S Go bindings #9

FrankPetrilli opened this issue Jan 8, 2017 · 0 comments

Comments

@FrankPetrilli
Copy link
Collaborator

The kubectl API is not necessarily defined in stone at this point, so moving toward using the internal go bindings for kubernetes interaction is a plus. I've built a test client to interact using purely Go bindings, and the only thing that hasn't been neat and clean / easy to use has been running exec against a container, as it requires a direct HTTP API call (though even these are encapsulated a bit).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant