Connect to Control
Each Grey Matter Proxy connects to the Grey Matter Control server with a bi-directional gRPC stream. This connection is kept alive as long as both servers are up, and updates to configuration will flow every 30 seconds (default; but configurable) from gm-control
to each connected gm-proxy
.
Set Up the Connection
To properly set up the connection, run gm-proxy
with the following two environment variables.
Use TLS (Optional)
When connecting to the Envoy management server, proxies may also connect with TLS:
Verify Connection
If you receive repeated proxy log messages in the form below, it means that the connection to gm-control
is failing. Usually this is because the address is incorrect or not addressable. If these logs do not appear, the connection is successful.
Questions
Need help connecting to Grey Matter Control?
Last updated
Was this helpful?