You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
man | 2 years ago | |
scripts | 2 years ago | |
COPYING | 3 years ago | |
CoC.md | 3 years ago | |
Makefile | 8 months ago | |
README.md | 2 years ago |
README.md
Description
This repository contains various scripts to work with Kubernetes and which can be used as kubectl plug-ins.
License
All scripts and utilites are distributed under the GPLv3 license unless otherwise is specified.
Installing
To install scripts in the /usr/local/bin
directory run the following command:
$ make install
The command
$ make links
will create the symbolic link for each script in the links_path
directory.
Index
- kubectl-compare allows to juxtapose kubernetes resource with any diff-like utilities.
- kubectl-http exposes Kubernetes API using kubectl proxy command but adding extra links to the services and pods.
- kubectl-ingress shows ingresses with clickable links.
- kubectl-secrets decodes secrets in plain text or hiding them under links.