ktube install

Install KTube operator and dashboard to your Kubernetes cluster.

Usage

$ ktube install [flags]

Flags

FlagShortDefaultDescription
--namespace-nktube-systemTarget namespace for installation
--set--Set Helm values (key=value)
--values-f-Path to values file
--version-latestInstall specific version
--wait-trueWait for pods to be ready
--timeout-5mTimeout for wait

Examples

Basic Installation

$ ktube install

Custom Namespace

$ ktube install --namespace my-ktube

With Custom Values

$ ktube install --set operator.replicas=2

Using Values File

$ ktube install -f my-values.yaml

Specific Version

$ ktube install --version 0.2.0

Output

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