DevOps
-
Jenkins setups for Kubernetes and Docker Workflow
Intro During the summer I had the chance to play a little bit with Jenkins inside Kubernetes. More specifically I…
Read More » -
Configuration Management in the Docker World
Anyone managing more than a few servers can confirm that doing such a task manually is a waste of time…
Read More » -
Running a Private Docker Registry on EC2
Docker provides an open source registry implementation called “Distribution,” making it simple for anyone to run a private Docker registry.…
Read More » -
Fabric8 Kubernetes and Openshift Java DSL
Intro The first releases of the Fabric8 v2 have been using a JAX-RS based Kubernetes client that was using ApacheCXF. The…
Read More » -
Zero Downtime Deployment with AWS ECS and ELB
As development teams push farther toward continuous delivery, deploying updates to an application without disruption to users is constantly becoming…
Read More » -
Kubernetes Application – Package Multiple Resources Together
Deploying an application in Kubernetes require to create multiple resources such as Pods, Services, Replication Controllers, and others. Typically each resource…
Read More » -
Using Docker to Build Debian Packages
Building Debian packages isn’t always fun. If you’ve ever tried to turn some software into a .deb package, chances are…
Read More » -
Easily generate SSL certificates and htpasswd files with Docker
So you don’t have installed OpenSSL or apache2-utils on your laptop, but you have Docker installed and you want to…
Read More » -
Creating a Cross-platform Docker Development Environment
How many times have you read this statement: “The great thing about Docker is that your developers run the exact…
Read More »