havener

Swiss army knife for Kubernetes cluster management and operations

brewmacoslinux
Try with needOr install directly
Source

About

Swiss army knife for Kubernetes tasks

Commands

havener

Examples

Deploy applications to multiple Kubernetes clusters$ havener deploy --config clusters.yaml
Collect logs and diagnostics from all cluster nodes$ havener gather --kubeconfig ~/.kube/config
Execute commands across multiple nodes in a cluster$ havener run --nodes all -- kubectl get pods