orb8 0.0.6

eBPF-powered observability toolkit for Kubernetes with GPU telemetry
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    orb8_cli::run().await
}