https://github.com/miltlima/pimp-my-kubectl
Script to install K8s Tools such as Kubectl, Kubectx , Krew and your plugins
https://github.com/miltlima/pimp-my-kubectl
krew-plugin kubectl kubernetes
Last synced: 2 months ago
JSON representation
Script to install K8s Tools such as Kubectl, Kubectx , Krew and your plugins
- Host: GitHub
- URL: https://github.com/miltlima/pimp-my-kubectl
- Owner: miltlima
- Created: 2023-03-23T17:37:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T22:51:09.000Z (about 3 years ago)
- Last Synced: 2025-06-13T13:53:50.727Z (about 1 year ago)
- Topics: krew-plugin, kubectl, kubernetes
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## README
This script is a shell script to install `kubectl`, `kubectx`, and `krew` with various plugins for Kubernetes.
### Prerequisites
Before running this script, make sure that your machine has the following software installed:
- curl
- tar
- git
- sed
### Installation
To run this script, perform the following steps:
1. Open your terminal.
2. Give execute permission to a script file, you can use the chmod command as follows:
```bash
chmod +x pimp-my-kubectl.sh
```
3. Type `./pimp-my-kubectl.sh` and hit Enter.
The script will download and install `kubectl`, `kubectx`, and `krew`. It will also install krew plugins such as `community-images`, `blame`, `tree`, `count`, `deprecations`, `datree`, `colorize-applied`, and `explore`.
After you run the script, you should be able to use `kubectl`, `kubectx`, and all of the plugins listed above.
### Contributing
Please feel free to contribute to this script by making a pull request on the Github repository.
### Credits
Thank you to the authors of kubectl, kubectx, and krew plugins for creating these amazing tools!