Skip to content

Commit 32e0c2a

Browse files
committed
new microservices resource
1 parent 24c496a commit 32e0c2a

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7814,6 +7814,13 @@ <h3>Microservice resources</h3>
78147814
embark on converting a monolith to microservices.</p>
78157815
</li>
78167816
<li>
7817+
<p><a href="https://hagbarddenstore.se/posts/2016-03-11/using-nginx-to-load-balance-microservices/">Using Nginx to Load Balance Microservices</a>
7818+
explains how an Nginx instance can use configuration values from etcd
7819+
updated by confd as the values are modified. This setup can be useful for
7820+
load balancing microservices as the backend services are brought up
7821+
and taken down.</p>
7822+
</li>
7823+
<li>
78177824
<p><a href="http://thenewstack.io/microservices-changed-matter/">How Microservices have changed and why they matter</a>
78187825
is a high level overview of the topic with some quotes from
78197826
various developers around the industry.</p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-21T12:52:07Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-22T17:09:51Z</updated></feed>

microservices.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ <h3>Microservice resources</h3>
8282
embark on converting a monolith to microservices.</p>
8383
</li>
8484
<li>
85+
<p><a href="https://hagbarddenstore.se/posts/2016-03-11/using-nginx-to-load-balance-microservices/">Using Nginx to Load Balance Microservices</a>
86+
explains how an Nginx instance can use configuration values from etcd
87+
updated by confd as the values are modified. This setup can be useful for
88+
load balancing microservices as the backend services are brought up
89+
and taken down.</p>
90+
</li>
91+
<li>
8592
<p><a href="http://thenewstack.io/microservices-changed-matter/">How Microservices have changed and why they matter</a>
8693
is a high level overview of the topic with some quotes from
8794
various developers around the industry.</p>

source/content/pages/07-web-app-deployment/19-microservices.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ ease further development and deployment. This approach is called the
5757
good high-level overview of the topics many developers aren't aware of when they
5858
embark on converting a monolith to microservices.
5959

60+
* [Using Nginx to Load Balance Microservices](https://hagbarddenstore.se/posts/2016-03-11/using-nginx-to-load-balance-microservices/)
61+
explains how an Nginx instance can use configuration values from etcd
62+
updated by confd as the values are modified. This setup can be useful for
63+
load balancing microservices as the backend services are brought up
64+
and taken down.
65+
6066
* [How Microservices have changed and why they matter](http://thenewstack.io/microservices-changed-matter/)
6167
is a high level overview of the topic with some quotes from
6268
various developers around the industry.
@@ -66,4 +72,3 @@ ease further development and deployment. This approach is called the
6672
popularity of microservices heading into 2016. This is more of an
6773
overview of the term than a tutorial but useful context for both
6874
developers and non-developers.
69-

0 commit comments

Comments
 (0)