7th Bangalore Docker Meetup

Last Saturday on 20th Sept’14 we had 7th Bangalore Docker meetup at Relevance Lab. The agenda of the meetup was :- 1. Introduction to Docker- Jeeva, IBM 2. Namespaces/CGroups – Madhurranjan Mohaan , Apigee 3. Intorduction to CoreOS – Jitendra Kumar Yadav, Verizon Labs The meetup started with round of introduction from participants and the … Read more

Sequoia::Hack’14 – Social Listening with Docker Containers

I participated in Sequoia Hack’14  with Shireeh Anjal. We worked in different teams at Red Hat. In last year’s Sequoia hack we participated in different teams. This years we decided to form a team and use the team name I used last time Shadowfax. As currently I am playing with Docker, so I wanted to … Read more

Running GlusterFS inside docker container

As a part of GlusterFS 3.5 testing and hackathon, I decided to put GlusterFS inside a docker container.So I installed docker on my Fedora20 desktop [sourcecode language=”text” gutter=”false”] $ yum install docker-io -y $ systemctl enable docker.service ln -s ‘/usr/lib/systemd/system/docker.service’ ‘/etc/systemd/system/multi-user.target.wants/docker.service’ $ systemctl start docker.service $ docker version Client version: 0.7.6 .. Server version: 0.7.6 … Read more

GlusterFS presentation @LSPE-IN, Yahoo!

Last  Saturday on 14th September’13 I gave on GlusterFS presentation at LSPE-IN. The title for the presentation was Performance Characterization in Large distributed file system with GlusterFS . Few days before the talk I looked at the attendee list to get  the feel of the audience. I felt  that not many of them have used GlusterFS by … Read more

Linux Performance Analysis and Tuning talk at PLUG and University of Pune

On this month’s PLUG session I gave talk on Performance Analysis and Tuning on Linux, which has good feedback. Then I got an invitation to do the similar lecture from CMS (Centre for Modeling and Simulation) Department, University of Pune. I accepted it and took a session on 25th of this month. I covered same topics in … Read more