Last updated: 2026-07-18 09:34 UTC

Add StyloBot on Kubernetes (multi-domain, fleet)

You run a cluster, likely several sites, and want automation control across all of them with one place to manage policy. This is where the commercial gateway earns its keep: Helm deploy, multi-domain management, and fleet coordination.

Deploy the gateway (Helm)

helm repo add stylobot https://charts.stylo.bot
helm install stylobot stylobot/stylobot --values values.yaml

Front your ingress or services with the StyloBot gateway. Each domain gets its own detection policy.

Multi-domain and fleet

  • Per-domain policies managed from one dashboard.
  • Fleet view across every gateway replica, with shared reputation.
  • Postgres + Redis for durable telemetry and live config across the fleet.

These are commercial capabilities. FOSS runs a single node per gateway; the multi-domain management surface and fleet coordination are what the licence unlocks.

Configure it

Edit per-domain policy live in the dashboard with hot-reload, or ship YAML for GitOps. Same engine underneath.

Verify

Confirm the gateway pods are running:

kubectl get pods -n stylobot-system

Browse one of your proxied domains, then open the dashboard. Your request shows up live with its detection breakdown, and the domain appears in the fleet view.

Get started

See commercial plans or start a 30-day trial to evaluate the full surface.