Skip to content
/ sku Public

Sandstorm Kubernetes Client - Convenience tools to interact with Kubernetes

License

Notifications You must be signed in to change notification settings

sandstorm/sku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bde9dde · Aug 5, 2024

History

65 Commits
Apr 10, 2024
Dec 29, 2022
Aug 5, 2024
Aug 5, 2024
Apr 10, 2024
Jan 1, 2024
Nov 28, 2017
Jan 1, 2021
Nov 23, 2021
Nov 22, 2021
Jan 10, 2021

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.