Sign inSign up

loggregator/rlp

By loggregator

•Updated almost 8 years ago

The RLP (Reverse Log Proxy) is a reverse proxy that fans out requests to Routers.

Image
0

1M+

loggregator/rlp repository overview

⁠Usage

  • You should publish the gRPC API port 8082.
  • You must tell the rlp where to find all the routers via the ROUTER_ADDRS environment variable.
  • You must provide TLS certificates and keys for the rlp via a volume mount.

For example:

docker run \
    --detach \
    --publish 8082:8082 \
    --env "ROUTER_ADDRS=router:8082" \
    --volume "$PWD/loggregator-certs:/srv/rlp/certs:ro" \
    loggregator/rlp

Tag summary

Content type

Image

Digest

Size

8.4 MB

Last updated

almost 8 years ago

docker pull loggregator/rlp