Get started with SkausWatch

Build the Rust workspace and web UI, then deploy to Kubernetes via Helm — SkausWatch v2 has no Docker Compose path in any environment.

  1. 1. Clone the repo

    git clone https://github.com/penguintechinc/skauswatch.git
    cd skauswatch
  2. 2. Build the workspace and web UI

    cargo build --workspace --release --locked
    cd services/webui && npm ci && npm run build && cd ../..
  3. 3. Deploy to your local Kubernetes cluster via Helm

    make deploy-alpha
  4. 4. Log in

    Open the web UI (port-forward or Ingress) once the Manager service reports ready. See the Deployment guide for production hardening.

More resources