Announce to Fabric
Last updated
Was this helpful?
Last updated
Was this helpful?
When the Grey Matter Proxy connects to Grey Matter Control, it sends an announcement that identifies itself to the control plane. This announcement information isolates nodes into zones, determine which configuration options go to which proxy instance, etc.
The defines what type of service this proxy is serving. Examples include:
example-service
user-service
data
catalog
etc.
This field is used by the control plane to group together all proxies that share the same cluster
so that they'll be properly routed and load-balanced as instances spin up or down.
The is the logical group that the proxy is running in. This can correlate to actual geographic regions, different slices of the network, or simply logical groups.
The is generally a unique identifier for this particular proxy instance, and can be used to take instance specific actions.
Using the Grey Matter Proxy, you can set the announcement info most easily through the environment variables:
You can also set these environment variables directly at the command line when running the binary:
Need help announcing to Grey Matter Fabric?
You can also set each flag directly in the bootstrap config template in the section, as shown below:
Create an account at to reach our team.