Setting Up a MongoDB Replica Set on Docker
Today, what I want to cover is setting up a MongoDB replica set on Docker. What will make this post a little bit different than most of the documentation for setting up MongoDB on Docker…
Today, what I want to cover is setting up a MongoDB replica set on Docker. What will make this post a little bit different than most of the documentation for setting up MongoDB on Docker…
Introduction Welcome to my multi-part series about Unix principles applied to infrastructure as code. Throughout my career, I have seen tools rise and fall much like the benevolent kings turned tyrant of old. How many…
Welcome to Rule of Clarity: Applied to Infrastructure as Code, in this post I am going to go over the rule of clarity, and why it's important to your scripts, playbooks, modules and recipes. What…
Welcome to Rule of Modularity, Part II. Now, that we have a basic understanding of what to do when faced with a monolithic playbook/module/recipe. We can start to take a bit of a…
Welcome to Rule of Modularity, Part I. Before I get on my soapbox I'd like to quickly show the contrasting definitions of Monolith vs Modular. Keeping these simple definitions in mind when writing your playbooks/…