Microservice Infrastructure as a Service
blog.giantswarm.io
Microservice Infrastructure as a Service
1–5 of 5 posts
Re: Microservice Infrastructure as a Service
#2At least for me it was a good way to dive into microservices and Docker. Bonus: They super nice and very open to feedback :-)
Re: Microservice Infrastructure as a Service
#3When I hear or read about "microservices", I always have some articles from Martin Fowler in my head (among others):
* http://martinfowler.com/articles/distributed-objects-microse... and http://martinfowler.com/bliki/MicroservicePrerequisites.html (IMO both a very important read)
I think most people are running into the issue, that they think "microservices" are something new and hip and they don't have a clue on how to break down problems a meaningful way.
PS: Another VERY interesting read, and also maybe a bit unrelated to container hosting is "Testing Strategies in a Microservice Architecture": http://martinfowler.com/articles/microservice-testing/. I'd love to hear some more thoughts about that and how services like giantswarm could help with that...
Re: Microservice Infrastructure as a Service
#4Re: Microservice Infrastructure as a Service
#5(sorry, might be a little OT) When I hear or read about "microservices", I always have some articles from Martin Fowler in my head (among others): * http://martinfowler.com/articles/distributed-objects-microse... and http://martinfowler.com/bliki/MicroservicePrerequisites.html (IMO both a very important read) I think most people are running into the issue, that they think "microservices" are something new and hip and…
At the end one needs to re-learn a lot. And due to this I think it is especially challenging doing microservices with technologies that power the average web app (Rails, Django, etc). Maybe it will help to choose a technology stack that emphasizes the values of microservices more (thinking of Clojure or Erlang).