jamesgiu / quick-kit

Program to execute kubectl commands on a matching pod resource, using regex.
Apache License 2.0
0 stars 0 forks source link
kubectl kubernetes

qk

Untested, undocumented, unapologetic utility program to execute `kubectl` commands on a matching pod resource.


quick-kit

Usage: qk <MATCHER>

Arguments:
  <MATCHER>  my-pod-matcher, e.g. 'nginx' for 'nginx-controller-abc123-abc'

Options:
  -h, --help     Print help
  -V, --version  Print version

Requirements

Requires kubectl to be installed on the host Linux machine.

Screenshots

image image