You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: diego/_arch_other.html.md.erb
+6-6
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Refer to the following diagram and descriptions for information about the way Di
18
18
19
19
<%ifvars.product_name == 'CF'%>
20
20
<%=image_tag("../images/diego/diego-flow.png")%>
21
-
View a larger version of this image at the [Diego Design Notes repo](http://htmlpreview.github.io/?https://raw.githubusercontent.com/cloudfoundry-incubator/diego-design-notes/master/clickable-diego-overview/clickable-diego-overview.html).
21
+
View a larger version of this image at the [Diego Design Notes repository](http://htmlpreview.github.io/?https://raw.githubusercontent.com/cloudfoundry-incubator/diego-design-notes/master/clickable-diego-overview/clickable-diego-overview.html).
<ahref="../images/diego/diego-flow-other.png" target="_blank">View a larger version of this image.</a>
@@ -168,15 +168,15 @@ See the [Garden](../architecture/garden.html) topic or the [Garden repository](h
168
168
169
169
Forwards application logs, errors, and application and Diego metrics to the [Loggregator](https://github.com/cloudfoundry/loggregator) Doppler component
170
170
171
-
Refer to the [Metron repo](https://github.com/cloudfoundry/loggregator/tree/develop/src/metron) on GitHub for more information.
171
+
Refer to the [Metron repository](https://github.com/cloudfoundry/loggregator/tree/develop/src/metron) on GitHub for more information.
172
172
173
173
####<aid='route-emitter'></a>Route-emitter ###
174
174
175
175
- Monitors `DesiredLRP` and `ActualLRP` states, emitting route registration and unregistration messages to the Cloud Foundry [Gorouter](https://github.com/cloudfoundry/gorouter) when it detects changes
176
176
177
177
- Periodically emits the entire routing table to the Cloud Foundry Gorouter
178
178
179
-
Refer to the [Route-Emitter repo](https://github.com/cloudfoundry-incubator/route-emitter) on GitHub for more information.
179
+
Refer to the [Route-Emitter repository](https://github.com/cloudfoundry-incubator/route-emitter) on GitHub for more information.
180
180
181
181
###<aid='database-vms'></a>Database VMs ###
182
182
@@ -196,7 +196,7 @@ The Diego database VM consists of the following components.
196
196
197
197
- Monitors for potentially missed messages, resending them if necessary
198
198
199
-
Refer to the [Bulletin Board System repo](https://github.com/cloudfoundry-incubator/bbs) on GitHub for more information.
199
+
Refer to the [Bulletin Board System repository](https://github.com/cloudfoundry-incubator/bbs) on GitHub for more information.
200
200
201
201
####<aid='mysql'></a>MySQL ####
202
202
@@ -211,13 +211,13 @@ Refer to the [Bulletin Board System repo](https://github.com/cloudfoundry-incuba
211
211
212
212
The Diego BBS stores data in MySQL. Diego uses the Go MySQL Driver to communicate with MySQL.
213
213
214
-
Refer to the [Go MySQL Driver repo](https://github.com/go-sql-driver/mysql) on GitHub for more information.
214
+
Refer to the [Go MySQL Driver repository](https://github.com/go-sql-driver/mysql) on GitHub for more information.
215
215
216
216
###<aid='consul'></a>Consul ###
217
217
218
218
- Provides dynamic service registration and load balancing through DNS resolution
219
219
220
-
Refer to the [Consul repo](https://github.com/hashicorp/consul) on GitHub for more information.
220
+
Refer to the [Consul repository](https://github.com/hashicorp/consul) on GitHub for more information.
Copy file name to clipboardexpand all lines: overview.html.md.erb
+2-2
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ The component logs follow a different path. They stream from rsyslog agents, and
60
60
61
61
Typical apps depend on free or metered <%=vars.services_link%> such as databases or third-party APIs. To incorporate these into an app, a developer writes a Service Broker, an API that publishes to the Cloud Controller the ability to list service offerings, provision the service, and enable apps to make calls out to it.
62
62
63
-
[//]: # (Comment: Below calls vars concept_product_* in book repo template_vars.yml.)
63
+
[//]: # (Comment: Below calls vars concept_product_* in book repository template_vars.yml.)
64
64
[//]: # ( The vars *_text and *_image hold locations of partial and image files. )
65
65
[//]: # ( For private/commercial books, the partial and image files come from a )
66
-
[//]: # ( private repo rather than cloudfoundry.org/docs-cloudfoundry-concepts. )
66
+
[//]: # ( private repository rather than cloudfoundry.org/docs-cloudfoundry-concepts. )
0 commit comments