Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 651 Bytes

File metadata and controls

31 lines (20 loc) · 651 Bytes

bow

Bow allow you to exec a command on multiple container for Kubernetes.

Screenshot

Install

Download a latest version of the binary from releases, or use go get as follows:

$ go get -u github.com/ueokande/bow

Usage

$ bow [OPTIONS] POD_SELECTOR -- COMMAND ARGS...

Flags:
  -c, --container string    Container name when multiple containers in pod
      --kubeconfig string   Path to kubeconfig file to use
  -n, --namespace string    Kubernetes namespace to use.
      --no-hosts            Do not print hosts

License

MIT