Enterprise Edge, a high-performance proxy for scaling Unleash SDK connections
10K+
Unleash Enterprise Edge is a high-performance proxy layer between Unleash and your SDKs. It runs close to your applications, keeps feature flag data cached, and helps large installations scale client and server SDK traffic without increasing load on the Unleash server.
This image is the enterprise build of Unleash Edge and requires a valid license. Learn more about Unleash Enterprise Edge.
Run Enterprise Edge in edge mode with an upstream Unleash URL and one or more client API tokens:
docker run -p 3063:3063 \
-e UPSTREAM_URL=<your_unleash_instance> \
-e TOKENS=<your_client_token> \
unleashorg/unleash-edge-enterprise:<version> edge
Once Edge is running, point SDKs at:
http://localhost:3063/api
Replace localhost:3063 with the host and port where your Edge instance is reachable.
Use a pinned version tag for production deployments:
docker pull unleashorg/unleash-edge-enterprise:<version>
The same image is also published to:
ghcr.io/unleash/unleash-edge-enterprise:<version>public.ecr.aws/unleashorg/unleash-edge-enterprise:<version>Content type
Image
Digest
sha256:0c5a55d12…
Size
21.8 MB
Last updated
21 days ago
docker pull unleashorg/unleash-edge-enterprise