Fubaredness Is Contagious

Dmitriy Samovskiy’s Blog

Entries Tagged as 'infrastructure development'

The Biggest Challenge for Infrastructure as Code

August 17th, 2010 · 6 Comments

What do you do when you come across a piece of open source software that you’d like to try? You could download its source code tarball, extract the files, build and install it following the rules and conventions for a given programming language (./configure && make && make install, ruby setup.rb build, python setup.py install, [...]

[Read more →]

Tags: devops · infrastructure development

Are You a Responsible Owner of Your Availability?

July 6th, 2010 · 1 Comment

Last month AWS released Reduced Redundancy Storage feature of S3. There were several aspects of this announcement that appeal to different people, but I especially appreciated one part – S3 now offers a choice of less availability for a lower price.
Availability of your system, just as any other part of your [...]

[Read more →]

Tags: devops · infrastructure development

The Rise of DevOps

March 2nd, 2010 · 11 Comments

If you are in IT, you probably noticed that most of the industry’s technical buzz lately has been centered around one of three huge areas – cloud computing, nosql and devops. Unlike Web 2.0 or Social Web, which are about content generation and content consumption models on the Internet, these three are actually about how [...]

[Read more →]

Tags: devops · infrastructure development

Normal Accidents in Complex IT Systems

January 11th, 2010 · 3 Comments

Designing a fully-automated or nearly-fully-automated computer system with many moving parts and dependencies is tricky, whether a system is distributed, hyper distributed or otherwise. Failures happen and must be dealt with. After a while, most folks grow up from “failures are rare and can be ignored” to “failures are not that rare and can not [...]

[Read more →]

Tags: distributed · infrastructure development · software engineering

Cloud Overlay Networks Demystified – Holiday Edition

December 18th, 2009 · 2 Comments

As most of you probably know, I work at CohesiveFT where I focus on VPN-Cubed product. In short, it’s a solution to build overlay networks in third-party clouds. Overlay networks in this case are based on redundant encrypted point-to-point connections from your regular servers to your VPN-Cubed servers called “managers” (that you run in the [...]

[Read more →]

Tags: cloud computing · cohesiveft · infrastructure development