Skip to content

sandstorm/sku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandstorm Kubernetes Tools

Convenience tools to interact with Kubernetes

This project provides a command line tool called sku to interact with Kubernetes.

We provide convenience tooling to switch contexts and namespaces, enter containers, display logs, and many more.

Installation

To install the sku binary tool on OSX, we recommend to use homebrew:

brew install sandstorm/tap/sku

NEW: We suggest to set up shell autocompletion after installing.

Then, use sku help to get inline help, or e.g. run sku ns to list all namespaces in your current Kubernetes cluster.

Updating

To update via Homebrew, run the following command:

brew upgrade sandstorm/tap/sku

Features

The following commands are supported:

Additionally, some alpha features exist.

Similar Projects

License

This project is licensed under the MIT license.