lassizci / kube-pod-watcher

Wathing pods... with Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kube-pod-watcher

Kubernetes pod watcher in Rust. Simply watches pods and dumps the struct as output

build & run

Locally, against a remote Kubernetes cluster, using local kubeconfig and current context.

cargo build --release
./target/release/kube-pod-watcher

About

Wathing pods... with Rust!


Languages

Language:Rust 72.3%Language:Dockerfile 27.7%