# README
k8s-busybox
This project provides several tools to help you when using kubernetes cluster. Provided tools include as below:
Getting started
You can download latest prebuilt release here.
How to build
Generate executables inside bin/
by:
$ make
Generate a release with cross compilation:
$ make dist
Tools
k8s-eventgenerator
k8s-eventgenerator is an utility that can help you generate fake events in kubernetes cluster, especially useful when you use event-based tools like brigade.
k8s-tlsinfo
k8s-tlsinfo is an utility that can help you get the secret tls information in kubernetes cluster, e.g. certificate common name, expiration.