DevOps
-
Ignore the Hype: 5 Docker Misconceptions Java Developers Should Consider
How can you to take a pragmatic approach to Docker and look beyond the hype? Docker has been getting a…
Read More » -
9 Docker recipes for Java EE Application
Cross-posted from www.voxxed.com/blog/2015/03/9-docker-recipes-for-java-ee-applications/ So, you’d like to start using Docker for Java EE applications? A typical Java EE application consists…
Read More » -
Microservices, DevOps, and the cost of change?
As developers, we all love shiny new things. New technologies (Docker, Kubernetes), new languages (Golang, NodeJS), new hyped conversation starters…
Read More » -
Docker Machine to Setup Docker Host
Running Docker containers typically involve three components: Docker Client is a binary that accepts commands from the user and communicates back and…
Read More » -
Deploy to WildFly and Docker from Eclipse
Docker and WildFly Part 1 – Deployment via Volumes and Docker and WildFly Part 2 – Deployment over Management API shows two approaches of…
Read More » -
Docker Compose to Orchestrate Containers
Docker Orchestration using Fig showed how to defining and control a multi-container service using Fig. Since then, Fig has been renamed to…
Read More » -
Jenkins to Nexus with Git Polling
Build Binaries Only Once is a very important principle of Continuous Deployment (CD). However that blog guides you to build and deploy binaries to…
Read More » -
DevOps is not a Race
Most of what we read about or hear about in DevOps emphases speed. Continuous Deployment. Fast feedback. Fail fast, fail…
Read More » -
Build Binaries Only Once for Continuous Deployment
What is Build Binaries Only Once? One of the fundamental principle of Continuous Delivery is Build Binaries Only Once, or in…
Read More »