DevOps
-
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 » -
Docker Toolbox
One of the new features introduced in Docker 1.8 is Docker Toolbox. What is this toolbox? The Docker Toolbox is…
Read More » -
Deployment Management Tools: Chef vs. Puppet vs. Ansible vs. SaltStack vs. Fabric
What are the pros and cons of Chef, Puppet, Ansible, SaltStack and Fabric? Working in production today often means continuous deployments…
Read More » -
Getting started with Docker from a developer point of view: how to build an environment you can trust
Lately I have spent a lot of thoughts on building repeatable processes that can be trusted. I think that there…
Read More » -
WebLogic Server 12.1.3 on Kubernetes
Most of you recall, that I have some little history in Oracle WebLogic server. Coming all the way back from…
Read More »