DevOps
-
ZooKeeper on Kubernetes
The last couple of weeks I’ve been playing around with docker and kubernetes. If you are not familiar with kubernetes…
Read More » -
Linux productivity tools for me
This is the stack/are the tools that keep me productive in my day to day programming experience on linux. Well,…
Read More » -
Installing Drupal on FreeBSD
Drupal ports have been available on FreeBSD since quite a long time, and binary packages can be installed very quickly.…
Read More » -
Docker RabbitMQ cluster
I have been trying to create a Docker based RabbitMQ cluster on and off for sometime and got it working…
Read More » -
Continuous Delivery with Docker, Jenkins, JBoss Fuse and OpenShift PaaS
I recently put together an end-to-end demo showing step-by-step how to set up a Continuous Delivery pipeline to help automate…
Read More » -
Using rlimit (And Why You Should)
I’ve been going through some old notes and came across a reminder of setrlimit(2). This is a C system call…
Read More » -
Load Balance WebSockets using Apache HTTPD
JBoss EAP 6.3 provides a technology preview of WebSocket and WildFly have supported them as part of Java EE 7 compliance.…
Read More » -
Deployment Script vs. Rultor
When I explain how Rultor automates deployment/release processes, very often I hear something like: But I already have a script…
Read More » -
Monitoring Akka with Kamon
I like the JVM a lot because there are a lot of tools available for inspecting a running JVM instance…
Read More »