Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 686 Bytes

☸️ k8s-cli

A super simple Ruby CLI app to make working with Kubernetes just a tiny bit easier.

Screenshot 2020-06-18 at 17 37 53

Requirements

  • Ruby
  • kubectl
  • aws cli is installed and configured

Setup

  • Install the dependencies: bundle install
  • Create a configuration: config/application.yml
    For reference, please see config/application.yml.sample
  • Run the app: ./bin/k8s-cli

Features

  • See memory/CPU utilisation of the pods
  • Connect to a type of pod
  • List the current HPA stats
  • List the pods
  • Change context