DevOps
-
Dual Deployment: A Low-Risk Way to Run Containers in Production
How many of you are running containers in production? I’ve heard this question asked many times since DockerCon 2014. Docker…
Read More » -
Docker Tooling in Eclipse Video
Eclipse Mars provides integrated tooling for Docker. What can you do? Pull/Push/Build Docker images Run/Start/Stop/Kill Docker containers Customize views The video…
Read More » -
How to Set Up Mutual TLS Authentication
So you’ve got an admin panel because it’s just easier than fiddling with the Rails console to administer the application.…
Read More » -
Docker Flow: Blue-Green Deployment and Relative Scaling
Since the first time I laid my hands on Docker, I started writing scripts that I’ve been running as my…
Read More » -
Docker and Jenkins – Orchestrating Continuous Delivery
Past week I had the honour of speaking in Docker Barcelona Meetup about how to use Jenkins for doing typical…
Read More » -
Kubernetes Namespaces, Resource Quota, and Limits for QoS in Cluster
By default, all resources in Kubernetes cluster are created in a default namespace. A pod will run with unbounded CPU and…
Read More » -
Docker meets Continuous Deployment
About one year ago I had my first contact with Docker. This new kid on the block promised to relieve…
Read More » -
Couchbase on Kubernetes
This blog is possible because of this tweet! Had a great #Couchbase #Kubernetes hacking session with @saturnism, learned a lot,…
Read More » -
Docker Installation Scripts – CLI, Machine, Compose, Version Manager
Docker Toolbox is cool! It is a single point download that gives you everything to get started with Docker. But…
Read More »