Join our Discord Server
Ajeet Raina Ajeet Singh Raina is a former Docker Captain, Community Leader and Arm Ambassador. He is a founder of Collabnix blogging site and has authored more than 570+ blogs on Docker, Kubernetes and Cloud-Native Technology. He runs a community Slack of 8900+ members and discord server close to 2200+ members. You can follow him on Twitter(@ajeetsraina).

Docker Birthday #6: “Show-And-Tell” Event in Bangalore

5 min read

Docker’s Birthday Celebration is not just about cakes, food and party. It’s actually a global tradition that is near and dear to our heart because it gives each one of us an opportunity to express our gratitude to our huge community of contributors. The goal of this global celebration is to welcome every single Docker community users who are keen to understand and adopt this technology and influence others to grow this amazing community.

This year, celebrations all over the world took place during March 18-31, 2019 at across 75 Users groups events worldwide. Interestingly, Docker Inc. came up with really good idea of “Show-And-Tell: How do you Docker?” theme this time. Docker User Groups all over the world hosted local birthday show-and-tell celebrations. Each speaker got chance for 15-20 minutes of stage time to present how they’ve been using Docker. Every single speaker who presented their work got a Docker Birthday #6 T-shirt and have the opportunity to submit their Docker Birthday Show-and-tell to present at DockerCon. We celebrated Docker’s 6th Birthday in Bangalore at DellEMC Office, Mahadevapura on 30th March. Around 100+ audience participated for this Meetup event out of which 70% of the audience were beginners.

An Early Preparation..

Planning for Docker Birthday #6 celebration all started during the early first week of February. First of all, I came up with Docker Bangalore Meetup event page as to keep Community aware of upcoming “Show-And-Tell” event.

Soon after posting this event, my Google Forms got flooded with project stories. Received 30+ entries on the first 2 weeks which was just amazing. Out of overall 60 projects, I found 10 of the projects really powerful and hence started working with individuals to come up with better way to present it on the stage. In parallel, I placed an early order for a Birthday banner, Birthday stickers, T-shirts(Men & Women) for speakers, T-shirts(Men & Women) for the audience. Thanks to Docker, Inc for shipping it to Bangalore on-time.

Let’s talk about #7 Cool Projects…

After 3-4 week of continuous interaction, I finalized the list of 7 projects which looked really promising. In case you missed out this event, here is the short brief around each of these project work –

Project #1: Box-Exec

Akshit Grover, student of ACM VIT Student Chapter was one among the young engineer who came up with cool project idea titled “Box-Exec”.

Box Execute is an npm package to compile/run codes (like C,CPP, Python) in a virtualized environment, Here virtualized environment used is a docker container. This packages is built to ease the task of running a code against test cases as done by websites used to practice algorithmic coding. It supports automatic CPU time sharing configuration between containers and load balancing between multiple containers allocated for same language.

The project is hosted under Github Repo: https://github.com/akshitgrover/box-exec

Project #2: Flipper

Shivam Yaduka, 3rd Year student of ACM VIT Student Chapter was the next speaker on stage who talked about his super cool project idea titled “Flipper – Build, Ship & Navigate”.

Flipper is a Docker playground which allows users to run Docker-in-Docker-In-Docker commands ~ all on a web browser in a matter of seconds. It gives the experience of having a free RHEL Virtual Machine in browser, where you can build and run Docker containers.

Highlights:

  • Flipper uses Python as a backend scripting language
  • Flipper uses Python-CGI in order to interact through a Web server with a client running a Web browser.
  • It uses HTML/CSS as a Front-end language.
  • It can be hosted on your Laptop flawlessly

I got chance to interlock with Shivam during my Docker session in VIT Campus where we discussed around this idea. I liked the idea and suggested him to talk around it in the upcoming Birthday Meetup. In his own words…

“…. I use Docker to provide Cloud Virtualization services like Software-As-A-Service(SaaS) and Container-As-A-Service(CaaS). The Hybrid Cloud is made and deployed on my own workstation, No commercial platforms have been used. In SaaS, whenever a user launches a particular software, in the background a docker shell is created with the particular software installed in it and the user gets to access the service. In CaaS, if a user wants a quick Linux terminal, all he need is to click on the start button after he enters his username and a random number. A docker shell is created in the background and is displayed on the browser itself. So the user can quickly do his tasks. I have used Ansible to execute docker commands but a major portion of SaaS and CaaS is done on python36 and python-cgi to integrate front-end and back-end…”

His project is hosted on GITHUB and you can access it via
https://github.com/yshivam/Flipper

Project #3: GigaHex

Shad Amez from Expedia was next to present his amazingly cool project rightly titled “Gigahex – SandBox for Big Data Developers”

He started his talk around the challenges around existing Sandbox tools like VirtualBox, bloated Docker images for Big Data applications. He claimed a smaller footprint, low CPU & system Overhead and automation with his promising “GigaHex” platform.

He is yet to launch his cool project in Q2 this year. You can expect much more at https://launcher.gigahex.com/

Project #4: Z10N : Device simulation at scale using Docker Swarm

Hemanth Gaikwad, Validation Architect from DellEMC, headed over to the stage to talk around his active project titled ” Z10N : Device simulation at scale using Docker Swarm “.


Hemanth initiated his presentation talking about the existing challenges in delivering products to the customer on time with high quality. He stated that the major challenge is to develop and test as thoroughly and efficiently as we can, given our time and resource constraints. Essentially a company needs improved quality and reduced software lifecycle time to be able to survive in the competitive software landscape and reap the benefits of being early to market with high quality software features. Hardware availability happens to be scarce which results in design, development and tests getting pushed right. Products are developed and tested under non-scaled environments for just a few finite states, again impacting quality. Reduced quality would inherently further increase the costs and efforts.

An in-house tool called “Z10N” (pronounced zee-on) can help create real world lab environment with thousands of hardware devices at the fraction of cost for physical devices. Z10N would help the organization to:

  • Cut through the massive costs/efforts
  • Reduce vendor/hardware dependency
  • Enable rapid prototyping
  • Drastically simplify design & validation of complex sensor states/error conditions
  • Seamlessly design & develop products, execute automation & non-functional tests at will without worrying about the hardware availability Learn how you could simulate/emulate a hardware device and create thousands of clones for the same in just a few minutes with 99% reduction in expenditure.

He claimed that Z10N is already helping make better, faster products and with its capabilities it’s surely getting you the “Power to do more”.

Project #5: JAAS :
Distributed WorkLoad Testing using Containers

Next, Vishnu Murty, Senior Principal Engineer from DellEMC delivered a talk around “JAAS” – DellEMC in-house project for distributed workload testing using Docker containers.

Vishnu initiated his talk around challenges with existing Loading testing tools for various workloads like FTP, Web, Database, Mail etc. He stated that Load testing tools available in market comes with its own challenges like Cost, Learning Curve and Workloads Support. To cope with these challenges, he started looking at possible solution and hence JAAS (JMeter As A Service) was born. JAAS uses Containers and open source tools to deliver servers validation efforts.

Tech Stack behind JAAS:

  • Containers and Docker SWARM: For auto deploying of JMeter Apps, we use Docker containers. We use Docker SWARM service for creating Virtual JMETER Users for Generating the Load.
  • JMeter: Performance/Load testing framework from Apache, has been widely accepted as a Performance/Load testing tool for multiple applications.
  • Python: Python responsible for communicating across all individual components (Docker SWARM and ELK Stack) using Rest API.
  • ELK Stack: We store all logs, beats Data, JMeter results in Elastic Search. Visualize in Kibana.

His talk has been selected for Containerday happening June 24-26 at Hamburg https://www.containerdays.io/ . Don’t miss out his talk if you get chance to attend this conference.

Project #6: Comparative Study of Hadoop over VMs Vs Docker containers

Shivankit Bagla was our next young speaker who talked about his recent International Journal of Applied Engineering Research document https://www.ripublication.com/ijaer18/ijaerv13n6_166.pdf and his talk was titled around “Comparative study of Hadoop over VM Vs Docker containers.

He talked about his project which was a comparative study of the performance of Hadoop cluster in a containerised environment Vs virtual machine. He demonstrated on how running a Hadoop cluster in a Docker environment actually increases the performance of a Hadoop cluster and decreases the time taken by Hadoop system to perform certain actions.

Project #7: Turn Your Raspberry Pi into CCTV Surveillance Camera using Docker Containers

I presented my recent experiment around Docker containers on Raspberry Pi cluster showcasing how to turn Raspberry Pi into CCTV Camera using a single Docker container. I couldn’t get much time to demonstrate due to time constraint but I would suggest you to check out my detailed blog post around it via
https://collabnix.com/turn-your-raspberry-pi-into-low-cost-cctv-surveillance-camerawith-night-vision-in-5-minutes-using-docker/




Special thanks to the below list of individuals who provided support to make this event successful –

  • Shad Amez, Expedia
  • Akshit Grover, VIT
  • Shivam Yaduka, VIT
  • Shavitha Pareek, DellEMC
  • Vishnu Murty, DellEMC
  • Hemanth Gaikwad, DellEMC
  • Vineeth Abhraham, DellEMC
  • Shivankit Bagla, Acceletrade

Below are the list of topics as well as slides links for all the above listed project ideas:

TopicPresentation
GigaHex – Sandbox Environment for Big Data Application by Shad Amez, ExpediaSlides
Box-Exec – by Akshit Grover, VITSlides
Device Simulation at Scale using Docker Swarm by Hemanth Gaikwad, DellEMC
Distributed WorkLoad Testing Using Docker Containers by Visnu Murty, DellEMC
Flipper – Tiny Cloud on Browser using Docker by Shivam Yaduka, VITSlides
Comparative Study of Hadoop over Virtual Machine Vs Docker Containers by Shivankit BaglaSlides

References:

Have Queries? Join https://launchpass.com/collabnix

Ajeet Raina Ajeet Singh Raina is a former Docker Captain, Community Leader and Arm Ambassador. He is a founder of Collabnix blogging site and has authored more than 570+ blogs on Docker, Kubernetes and Cloud-Native Technology. He runs a community Slack of 8900+ members and discord server close to 2200+ members. You can follow him on Twitter(@ajeetsraina).
Join our Discord Server
Index