jsen- / big-brother

allows watching all kubernetes resources in one stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

big-brother

Installation of helm chart

helm upgrade --install big-brother ./helm_chart --set token="<your_token>"

static build with musl-libc

rustup target add "x86_64-unknown-linux-musl"
# https://github.com/rust-lang/rust/issues/71651#issuecomment-864265118
RUSTC="$PWD/rustc.wrap" cargo build --release --target "x86_64-unknown-linux-musl"
strip target/x86_64-unknown-linux-musl/release/big-brother # optional

About

allows watching all kubernetes resources in one stream


Languages

Language:Rust 98.2%Language:Dockerfile 1.3%Language:Shell 0.6%