ktube install
Install KTube operator and dashboard to your Kubernetes cluster.
Usage
$ ktube install [flags]Flags
| Flag | Short | Default | Description |
|---|---|---|---|
| --namespace | -n | ktube-system | Target namespace for installation |
| --set | - | - | Set Helm values (key=value) |
| --values | -f | - | Path to values file |
| --version | - | latest | Install specific version |
| --wait | - | true | Wait for pods to be ready |
| --timeout | - | 5m | Timeout for wait |
Examples
Basic Installation
$ ktube installCustom Namespace
$ ktube install --namespace my-ktubeWith Custom Values
$ ktube install --set operator.replicas=2Using Values File
$ ktube install -f my-values.yamlSpecific Version
$ ktube install --version 0.2.0Output
Checking prerequisites... ✓ Connected to cluster (Kubernetes v1.29.0) Installing KTube... ✓ Namespace created: ktube-system ✓ CRDs installed ✓ Operator deployed ✓ Dashboard deployed ✓ All pods ready ✓ KTube installed successfully! Next steps: • Run 'ktube dashboard' to open the web UI • Run 'ktube status' to check installation
Related
- ktube dashboard - Open the dashboard
- Helm Installation - Alternative installation method