Sign inSign up

unleashorg/unleash-edge-enterprise

By unleashorg

Updated 3 days ago

Enterprise Edge, a high-performance proxy for scaling Unleash SDK connections

Image
0

10K+

unleashorg/unleash-edge-enterprise repository overview

Unleash Enterprise Edge

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.

Quickstart

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.

Image tags

Use a pinned version tag for production deployments:

docker pull unleashorg/unleash-edge-enterprise:<version>

The same image is also published to:

  • GitHub Container Registry: ghcr.io/unleash/unleash-edge-enterprise:<version>
  • Amazon ECR Public: public.ecr.aws/unleashorg/unleash-edge-enterprise:<version>

Documentation

Tag summary

Content type

Image

Digest

sha256:0c5a55d12

Size

21.8 MB

Last updated

21 days ago

docker pull unleashorg/unleash-edge-enterprise