Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |