Skip to content
/ kube Public

CLI tools to manage your kubeconfig files

License

Notifications You must be signed in to change notification settings

funkolab/kube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kube - Quickly connect to your Kubernetes cluster!

CLI tools to manage your kubeconfig file


Go Report Card Maintainability CI Release

release License Proudly written in Golang Releases


Installation

There are several installation options:

  • As Homebrew or Linuxbrew package
  • Manual installation

After installing, the tool will be available as kube.

Homebrew Package

You can install with Homebrew for macOS or LinuxBrew for Linux

brew install funkolab/tap/kube

Keep up-to-date with brew upgrade kube (or brew upgrade to upgrade everything)

Manual

  • Download your corresponding release
  • Install the binary somewhere in your PATH (/usr/local/bin for example)
  • use it with kube

MacOS X notes for security error

Depending on your OS settings, when installing the binary manually you must run the following command: xattr -r -d com.apple.quarantine /usr/local/bin/kube

Usage

TODO

Building From Source

kube is currently using go v1.17 or above. In order to build kube from source you must:

  1. Clone the repo

  2. Build and run the executable

    make build && make install