Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixorn/k8s-helpers.zshplugin
Some helper functions I use with kubernetes
https://github.com/unixorn/k8s-helpers.zshplugin
k3s k8s kubernetes zsh zsh-plugins
Last synced: 14 days ago
JSON representation
Some helper functions I use with kubernetes
- Host: GitHub
- URL: https://github.com/unixorn/k8s-helpers.zshplugin
- Owner: unixorn
- License: apache-2.0
- Created: 2018-12-21T06:17:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T14:58:18.000Z (almost 5 years ago)
- Last Synced: 2024-12-01T07:44:37.206Z (2 months ago)
- Topics: k3s, k8s, kubernetes, zsh, zsh-plugins
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-helpers.zshplugin
Some helper scripts I use with kubernetes
# Scripts
| Script | Original Source | Description |
| ----------- | --------------- | ------------------------------------------- |
| `k8s-busynodes` | Mine | List nodes by number of running pods |
| `k8s-dump` | Mine | Dump everthing in all namespaces |
| `k8s-persistent-volume-location` | Mine | Dump the location of a given Persistent Volume |
| `k8s-run` | Mine | Run a command inside a container in the k8s cluster |
| `k8s` | Mine | Driver script to enable `git`-like behavior, `k8s dump`, etc |