We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8577a commit 77dbf8eCopy full SHA for 77dbf8e
swarm/assignment1.md
@@ -0,0 +1,16 @@
1
+## Deploy a demo application
2
+* Create an overlay network
3
+* Create a service for jfahrer/swarm-demo-frontend:v4
4
+ * Call it demo-frontend
5
+ * Attach the service to the overlay network
6
+* Create a service for jfahrer/swarm-demo-lb:v1
7
+ * Call it demo-lb
8
9
+ * Publish port 80
10
+ * Set environment variables (--env)
11
+ * PROXY_UPSTREAM=demo-frontend:8080
12
+* Use your browser to verify that it works
13
+ * http://localhost
14
+* Scale the demo-frontend service to 5 replicas
15
+* Update the demo-frontend service to use jfahrer/swarm-demo-frontend:v3
16
+ * rollback
0 commit comments