Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thobiast/kubectl-plugins
It is a set of kubectl plugins.
https://github.com/thobiast/kubectl-plugins
kubectl kubectl-plugins kubernetes oc-plugin openshift
Last synced: 2 months ago
JSON representation
It is a set of kubectl plugins.
- Host: GitHub
- URL: https://github.com/thobiast/kubectl-plugins
- Owner: thobiast
- License: gpl-3.0
- Created: 2019-03-18T18:14:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T13:32:42.000Z (over 5 years ago)
- Last Synced: 2024-08-02T06:14:36.810Z (5 months ago)
- Topics: kubectl, kubectl-plugins, kubernetes, oc-plugin, openshift
- Language: Python
- Size: 567 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kubectl-plugins - collection - kubectl plugins - It is a set of kubectl plugins. (kubectl Plugins / Collection of kubectl plugins)
README
# kubectl-plugins
It is a set of kubectl plugins. It has been tested with [Openshift](https://www.openshift.com).
## Plugins:
- **alertmanager_conf** Plugin for showing alertmanager config file (namespace: openshift-monitoring)
- **egressnetworkpolicy** plugin for showing egressnetworkpolicy for all namespaces
- **nodeslabel** Plugin for showing nodes label
- **podevent** Plugin for showing pods' event
- **podinfo** Plugin for showing pod information
- **route_whitelist** Plugin for showing route haproxy ip_whitelist## Install
```console
[ -d ~/.kube/plugins ] || git clone https://github.com/thobiast/kubectl-plugins.git ~/.kube/plugins
```## Example
![kubectl plugin demo GIF](img/kubectl-plugin.gif)
## know issues:
- egressnetworkpolicy: This plugin only works with Openshift. There is no egressnetworkpolicy resource on Kubernetes.