Skip to content

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

Notifications You must be signed in to change notification settings

DevinCodes/k8s-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☸️ 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%