wagoodman/bridgy

Support a Kubernetes backend

Open

#31 opened on Oct 3, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (52 forks)github user discovery
Hacktoberfestenhancement

Repository metrics

Stars
 (416 stars)
PR merge metrics
 (PR metrics pending)

Description

It would ideal to allow for tracking of assets in Kubernetes. This would further extend the exec command to get a shell into one or more containers (or all containers in a pod with tmux).

This is a good starting point for how the mechanisms of streaming to/from the container (seems more kosher than wrapping kubectl): https://github.com/kubernetes-client/python/blob/master/examples/exec.py

Contributor guide