DevOps
-
Distribute your applications with Docker Images
Since I started this blog, I had the need to develop a couple of sample applications to showcase some of…
Read More » -
Clustering Using Docker Swarm 0.2.0
One of the key updates as part of Docker 1.6 is Docker Swarm 0.2.0. Docker Swarm solves one of the…
Read More » -
Building Minimal Docker Containers for Go Applications
There are several great official and community-supported containers for many programming languages, including Go, but these containers can be quite…
Read More » -
Docker 1.6 released – Docker Machine 0.2.0
Docker 1.6 was released yesterday. The key highlights are: Container and…
Read More » -
Jenkins HOW-TO: build a project from multiple (Git) repositories
Recently I have been working on a project that has two main modules: Backend and Frontend. The Backend is a…
Read More » -
GitHub and Jenkins pull request checking
In my previous post titled GitHub and Jenkins integration I showed one possible way of integrating GitHub with Jenkins and outlined…
Read More » -
Docker MySQL Persistence
One of the recipes in 9 Docker recipes for Java developers is using MySQL container with WildFly. Docker containers are ephemeral, and…
Read More » -
Log Management Tools Face-Off: Splunk vs. Logstash vs. Sumo Logic
What are the main trade-offs between the leading log management tools and how to choose the one that’s right for…
Read More » -
Towards Compliance as Code
Infrastructure as Code is fundamental to DevOps. Automating the work of setting up and maintaining systems infrastructure. Making it defined,…
Read More »