Skip to content

Commit b22f383

Browse files
author
Mayuresh Gaitonde
committed
readme fix
1 parent b7aa105 commit b22f383

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ GoCast supports consul for automatic service discovery and healthchecking. For t
4141
- The host running GoCast needs to have the environment variable **CONSUL_NODE** set to the hostname in consul
4242

4343
- The following tags must be set in consul for autodiscovery to work:
44+
4445
`enable_gocast` : required
46+
4547
`gocast_vip=<addr/mask>`: required
48+
4649
`gocast_monitor=monitor:params`: optional
4750

4851
If `gocast_monitor=consul` is specified, then GoCast uses the defined healthchecks in consul as the health monitors for the service.
@@ -64,4 +67,4 @@ Certain orchestration solutions such as Nomad run the docker containers with pub
6467

6568
**Why not just use ExaBGP or something similar ?**
6669

67-
ExaBGP is commonly used for this purpose, with bash scripts and such. However, I found that there no standard way of doing things and there is little to no support for containerized services. Also ExaBGP's API is clunky and documentation is almost non existent. GoCast provides an out of the box solution without hacking together a bunch of scripts.
70+
ExaBGP is commonly used for this purpose, with bash scripts and such. However, I found that there no standard way of doing things and there is little to no support for containerized services. Also ExaBGP's API is clunky and documentation is almost non existent. GoCast provides an out of the box solution without hacking together a bunch of scripts.

0 commit comments

Comments
 (0)