Sign inSign up

featbit/featbit-evaluation-server

By featbit

Updated about 5 hours ago

featbit evaluation server

Image
Developer tools
Web servers
0

100K+

featbit/featbit-evaluation-server repository overview

About

FeatBit is an open-source feature flag management platform.

This is the docker image of FeatBit's evaluation server which intended for use by featbit's sdks.

You can find its source code here: https://github.com/featbit/featbit/tree/main/modules/evaluation-server.

Usage

Type the following command to run the evaluation server:

docker run -d -p 5100:5100 --name featbit-evaluation-server featbitdocker/featbit-evaluation-server:latest.

Health Check

you have a few options to check the server's health status

Dump Health Check

Dump Health Check don't check whether the application can connect to its dependencies, and often only exercise the most basic requirements of the application itself i.e. can it respond to an HTTP request. To do that, you can

  • run docker inspect --format '{{json .State.Health}}' featbit-evaluation-server | jq to check if container's STATUS is healthy
  • run curl http://localhost:5100/health/liveness manually to check the application's liveness

Tag summary

Content type

Image

Digest

sha256:53fba21dc

Size

121.3 MB

Last updated

about 5 hours ago

docker pull featbit/featbit-evaluation-server