kcp ui
kcp ui¶
Start the UI
Synopsis¶
Starts the kcp UI — a local web app for visualising and analysing kcp-state.json (clusters, costs, metrics, TCO) and for generating migration assets via a guided wizard.
Runs entirely locally on http://localhost:<port> (default 5556); no data leaves your machine.
Examples¶
# Default port (5556)
kcp ui
# Custom port
kcp ui --port 8080
# Pre-load a state file on launch
kcp ui --state-file kcp-state.json
Options¶
-h, --help help for ui
-p, --port string Port to run the UI server on (default "5556")
--state-file string Path to a KCP state file to pre-load
Options inherited from parent commands¶
SEE ALSO¶
- kcp - A CLI tool for kafka cluster planning and migration