sandstorm / sku

Sandstorm Kubernetes Client - Convenience tools to interact with Kubernetes

Home Page:https://sandstorm.github.io/sku/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sandstorm Kubernetes Client - Convenience tools to interact with Kubernetes

https://sandstorm.github.io/sku/

License:Apache License 2.0


Languages

Language:Go 99.9%Language:Shell 0.1%