Installing the Gateway
The SRVANT Gateway is a stateless Go binary. It can be deployed as a standalone binary on Linux, a Docker container, or a Helm chart in Kubernetes.
Verifying the Installation
Once the gateway is running, it will automatically connect to the Control Plane and pull down your pipeline configurations. You can verify it is healthy by curling the health endpoint:
$curl http://localhost:10080/health
{"status": "ok"}