1
1
Sidecar ![ Sidecar] ( views/static/Sidecar.png )
2
2
=====
3
3
4
- [ ![ ] ( https://travis-ci.com/Nitro /sidecar.svg?branch=master )] ( https://travis-ci.com/Nitro /sidecar )
4
+ [ ![ ] ( https://travis-ci.com/NinesStack /sidecar.svg?branch=master )] ( https://travis-ci.com/NinesStack /sidecar )
5
5
[ ![ ] ( https://images.microbadger.com/badges/image/gonitro/sidecar.svg )] ( https://microbadger.com/images/gonitro/sidecar )
6
6
[ ![ ] ( https://images.microbadger.com/badges/version/gonitro/sidecar.svg )] ( https://microbadger.com/images/gonitro/sidecar " Get your own version badge on microbadger.com ")
7
7
8
- ** The main repo for this project is the [ Nitro
9
- fork] ( https://github.com/Nitro /sidecar ) **
8
+ ** The main repo for this project is the [ NinesStack
9
+ fork] ( https://github.com/NinesStack /sidecar ) **
10
10
11
11
Sidecar is a dynamic service discovery platform requiring no external
12
12
coordination service. It's a peer-to-peer system that uses a gossip protocol
@@ -23,28 +23,28 @@ or can also leverage:
23
23
a year it is fast becoming a core microservices architecture component.
24
24
Sidecar implements the Envoy proxy SDS, CDS, LDS (V1) and gRPC (V2) APIs.
25
25
These allow a standalone Envoy to be entirely configured by Sidecar. This
26
- is best used with Nitro 's
26
+ is best used with NinesStack 's
27
27
[ Envoy proxy container] ( https://hub.docker.com/r/gonitro/envoyproxy/tags/ ) .
28
28
29
- * [ haproxy-api] ( https://github.com/Nitro /haproxy-api ) - A separation layer
29
+ * [ haproxy-api] ( https://github.com/NinesStack /haproxy-api ) - A separation layer
30
30
that allows Sidecar to drive HAproxy in a separate container. It also
31
31
allows a local HAproxy to be configured against a remote Sidecar instance.
32
32
33
- * [ sidecar-executor] ( https://github.com/Nitro /sidecar-executor ) - A Mesos
33
+ * [ sidecar-executor] ( https://github.com/NinesStack /sidecar-executor ) - A Mesos
34
34
executor that integrates with Sidecar, allowing your containers to be
35
35
health checked by Sidecar for both service health and service discovery.
36
36
Also supports a number of extra features including Vault integration for
37
37
secrets management.
38
38
39
- * [ Superside] ( https://github.com/Nitro /superside ) - A multi-environment
39
+ * [ Superside] ( https://github.com/NinesStack /superside ) - A multi-environment
40
40
console for Sidecar. Has a heads up display, event lists, and graphs
41
41
showing what is happening in one or more Sidecar clusters on a live
42
42
basis.
43
43
44
44
* [ sidecar-dns] ( https://github.com/relistan/sidecar-dns ) - a working, but
45
45
WIP, project to serve DNS SRV records from Sidecar services state.
46
46
47
- * [ Traefik plugin] ( https://github.com/Nitro /traefik ) - A fork of Traefik
47
+ * [ Traefik plugin] ( https://github.com/NinesStack /traefik ) - A fork of Traefik
48
48
that can be backed by Sidecar. Useful as a gateway from the outside world
49
49
into a Sidecar-based services environment. Working to get this plugin
50
50
pushed upstream.
@@ -125,7 +125,7 @@ Running it
125
125
----------
126
126
127
127
You can download the latest release from the [ GitHub
128
- Releases] ( https://github.com/Nitro /sidecar/releases ) page.
128
+ Releases] ( https://github.com/NinesStack /sidecar/releases ) page.
129
129
130
130
If you'd rather build it yourself, you should install the latest version of
131
131
the Go compiler. Sidecar has not been tested with gccgo, only the mainstream
@@ -210,7 +210,7 @@ Defaults are in bold at the end of the line:
210
210
211
211
* ` HAPROXY_DISABLE ` : Disable management of HAproxy entirely. This is useful if
212
212
you need to run without a proxy or are using something like
213
- [ haproxy-api] ( https://github.com/Nitro /haproxy-api ) to manage HAproxy based
213
+ [ haproxy-api] ( https://github.com/NinesStack /haproxy-api ) to manage HAproxy based
214
214
on Sidecar events. You should also use this setting if you are using
215
215
Envoy as your proxy.
216
216
* ` HAPROXY_RELOAD_COMMAND ` : The reload command to use for HAproxy ** sane defaults**
0 commit comments