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
- Host: GitHub
- URL: https://github.com/gldraphael/cluster_tools
- Owner: gldraphael
- Created: 2024-07-27T08:08:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T10:04:17.000Z (almost 2 years ago)
- Last Synced: 2025-09-04T03:49:53.466Z (10 months ago)
- Topics: kubernetes, personal, script
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```