A super simple Ruby CLI app to make working with Kubernetes just a tiny bit easier.
- Ruby
kubectl
aws
cli is installed and configured
- Install the dependencies:
bundle install
- Create a configuration:
config/application.yml
For reference, please seeconfig/application.yml.sample
- Run the app:
./bin/k8s-cli
- See memory/CPU utilisation of the pods
- Connect to a type of pod
- List the current HPA stats
- List the pods
- Change context