Deploy the full Klyo stack to Kubernetes with one Helm command
Self-hosted operators can now deploy the entire Klyo stack — gateway, web, worker, scheduler, database, Redis, ingress, autoscaling, and network policies — to Kubernetes with a single Helm install. Images, hostnames, and storage are configurable.
Application credentials — database, Redis, JWT, encryption key, and the admin password — are generated on first install and preserved across upgrades, so there is no secret to hand-manage. Where an ingress isn’t wanted, the web tier can be exposed on a LoadBalancer and reached directly at http://<node-ip>:3000; the gateway, database, and Redis stay internal, mirroring the docker-compose model.
No action required. The existing docker-compose deployment remains supported.