pages/masters.markdown
changeset 125 c6cd97f94bf7
parent 124 31f6ffac2dc8
child 128 99aefd6144f6
--- a/pages/masters.markdown	Mon Oct 10 19:20:25 2016 +0300
+++ b/pages/masters.markdown	Mon Oct 10 19:31:37 2016 +0300
@@ -11,7 +11,7 @@
 ## Abstract
 
 ### Relation to a bigger picture
-Docker uses the Linux container `namespace` and \texttt{cgroup} primitives to provide isolated application runtime environments, allowing the          distribution of self-contained application images that can be run in the form of Docker containers.
+[Docker](https://www.docker.com/) uses the Linux container `namespace` and `cgroup` primitives to provide isolated application runtime environments, allowing the distribution of self-contained application images that can be run in the form of Docker containers.
 
 Container platforms provide the infrastructure needed to deploy horizontally scalable container services into the Cloud, including orchestration, networking, service discovery and load balancing.
 
@@ -39,9 +39,17 @@
 
 ## Thesis
 
-## Seminar Presentation
+Pending on publication.
 
-## Implementation
+## [Seminar Presentation](https://mycourses.aalto.fi/pluginfile.php/292054/mod_folder/content/0/Marttila_071016.pdf?forcedownload=1)
+
+Presented 2016-10-08.
+
+## `clusterf` Architecture
+
+<img src="/static/masters/clusterf-architecture.svg" style="width: 100%" />
+
+## [Implementation](https://github.com/qmsk/clusterf)
 The Go implementation of the `clusterf` load balancer control plane is available on GitHub: 
 
 > [`go get github.com/qmsk/clusterf`](https://github.com/qmsk/clusterf)