aboutsummaryrefslogtreecommitdiff
path: root/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 13:52:44 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 13:52:44 +0200
commitbd6440d86192e714b285f71001d4e090f36676d0 (patch)
tree5c94e39decce8c17071afcb21cde7d543b05d770 /_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md
parent745c016dd5970b6e0e3365e3a835f12ba3db1c82 (diff)
downloadmitjafelicijan.com-bd6440d86192e714b285f71001d4e090f36676d0.tar.gz
update
Diffstat (limited to '_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md')
-rw-r--r--_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md b/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md
index 3f202a8..17714b1 100644
--- a/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md
+++ b/_posts/2017-01-12-gce-aws-docker-and-why-i-choose-classic-vms-and-digitalocean.md
@@ -4,6 +4,13 @@ title: GCE, AWS, Docker and why I choose classic VM’s and DigitalOcean for my
4description: Reasons why I choose DigitalOcean for my project 4description: Reasons why I choose DigitalOcean for my project
5--- 5---
6 6
7**Table of content**
8
9- [Docker tools and complexity that comes with it](#docker-tools-and-complexity-that-comes-with-it)
10- [Lack of real life examples of Docker in action](#lack-of-real-life-examples-of-docker-in-action)
11- [Ease of deployment](#ease-of-deployment)
12- [Where to go from here](#where-to-go-from-here)
13
7I have been developing a product for the past few months and one of product’s requirement is the ability to automatically scale quickly on system’s demand. 14I have been developing a product for the past few months and one of product’s requirement is the ability to automatically scale quickly on system’s demand.
8 15
9As most of you probably know system design is much more important then actual code that will drive the product. And this was my main concern when developing this product. I have read anything I could get my hands on about Docker as it was hyped so much in media for the past two years. At a first glance Docker was ideal fit for this platform. But then as I started to seriously experiment with it and developing around it several problems occurred. Well, it would be unfair to call them problems but lets say drawbacks when developing rapidly. 16As most of you probably know system design is much more important then actual code that will drive the product. And this was my main concern when developing this product. I have read anything I could get my hands on about Docker as it was hyped so much in media for the past two years. At a first glance Docker was ideal fit for this platform. But then as I started to seriously experiment with it and developing around it several problems occurred. Well, it would be unfair to call them problems but lets say drawbacks when developing rapidly.