DevOps
-
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 » -
Couchbase Docker Container
Couchbase Docker images are always at hub.docker.com/_/couchbase/. Complete instructions to run Couchbase Docker Container are available at docs.docker.com/engine/examples/couchbase/. Start Couchbase Docker Container How…
Read More » -
Centralized Logging and Monitoring
I have so much chaos in my life, it’s become normal. You become used to it. You have just to…
Read More » -
Deploying WildFly Swarm Applications To Heroku
WildFly Swarm applications can be deployed to Heroku, simply by adding a few files to the deployment. In this post,…
Read More » -
Create a Slack Docker proxy in Go – Part 2
In the previous article we had a look at how you could easily create a slack-docker-proxy using go and a…
Read More »