CLI-001 · go · getting started ↗
tui mode
Browse namespaces, watch traffic, stream pod logs.
Start without arguments and pick services from a list, or forward a whole namespace and let the TUI render live state. Each row shows bytes in/out, sparkline, and reconnect status. Press ? for help, r to reconnect errored services, q to quit.
$ brew install kubefwd $ sudo -E kubefwd svc -n my-namespace --tui press ? for help, q to quit # in another terminal, services resolve by name: $ curl http://api-gateway:8080 $ redis-cli -h cache -p 6379 $ mysql -h database -P 3306