Last time we discussed to talk with docker containers by publishing and exposing ports. Now let’s use Docker compose to see how multiple services might talk to one another. Recap…
Blog

Troubleshooting Docker networks
Let’s explore some fundamentals of communicating with docker containers. Here’s a video version of this post: Example services that we can talk with ryanlabouve/hello-node gives us a PONG style server…
Kubernetes for Developers @ DevOps OKC
Jeff French presents Kubernetes for Developers at the DevOps OKC User Group.
Enabling Advanced Continuous Delivery Scenarios with Semantic Versioning
We’ve all heard the term Continuous Delivery thrown around. We usually find it coupled with terms like DevOps and immutable infrastructure. Simple examples of continuous delivery are not hard to…

Environment Variables in AngularJS and Ionic
I was reading my friend Josh Bavari’s blog post on Managing Environment Variables for your Ionic Application where he describes his method for managing variables that change between environments (like…