An open API service indexing awesome lists of open source software.

https://github.com/gldraphael/cluster_tools

Scripts to quickly install and update cluster tools to a Linux/WSL instance
https://github.com/gldraphael/cluster_tools

kubernetes personal script

Last synced: about 1 month ago
JSON representation

Scripts to quickly install and update cluster tools to a Linux/WSL instance

Awesome Lists containing this project

README

          

# cluster_tools

A set of scripts to rootlessly install commonly used kubernetes cluster management tools to a new WSL instance.

## Quickstart

```sh
git clone --depth 1 git@github.com:gldraphael/cluster_tools.git
cd cluster_tools
./update.sh
cd ..
rm -rf cluster_tools
```