Join our Discord Server

All Stories

How to Import CSV data into Redis using Docker

CSV refers to “comma-separated values”. A CSV file is a simple text file in which data record is separated by commas or...
Ajeet Raina
3 min read

5 Steps to Getting Your First Job as a Web Developer

Every developer you know was once like you, a newbie in web development not knowing how to navigate their way in...
Ajeet Raina
3 min read

Integrated Search Capability in Docker Desktop to accelerate the Modern Application Development

MongoDB is a popular document-oriented database used to store and process data in the form of documents. In my last blog post,...
Ajeet Raina
3 min read

How to Dockerize Machine Learning Applications Built with Streamlit and Python

Customer churn is a million-dollar problem for businesses today. The SaaS market is becoming increasingly saturated, and customers can choose from...
Ajeet Raina
1 min read

Influence of IT on Modern Education: How DevOps Is Transforming Higher Education

When implemented correctly, DevOps has the potential to revolutionize education. A significant number of educators are making an effort to implement...
Ajeet Raina
2 min read

5 Important Rules for Learning Programming in 2022

Programming knows no boundaries in its development because every day, more and morecompanies need websites, companies, CRM systems, and much more....
Ajeet Raina
3 min read

Celebrating Hacktoberfest with Docker Extensions

This post was originally posted by the author on Docker DEVCommunity site. Community is at the heart of what Docker does....
Ajeet Raina
1 min read

What is ArgoCD?

It is a tool that will help read your environment configuration from your git repository and apply it to your Kubernetes...
Ajeet Raina
7 min read

Scaling DevOps to the Edge – Open Source Community Conference (OSCONF)

Learn how to scale DevOps to the Edge
Ajeet Raina
1 min read

What are Kubernetes Pods and Containers? – KubeLabs Glossary

Why does Kubernetes use a Pod as the smallest deployable unit, and not a single container? While it would seem simpler...
Ajeet Raina
9 min read

Using Blockchain to Drive Supply Chain Management System

It really is an exaggeration to say that blockchain was among the most emerging technologies yet devised. Any business can benefit...
Avinash Bendigeri
9 min read

A First Look at Docker Desktop for Linux

Download Docker Desktop for Linux
Ajeet Raina
4 min read

What is Helm?

Ajeet Raina
11 min read

Top 50 Essential Docker Developer Tools You Must be Aware Of

Access to Docker Developer Tools
Ajeet Raina
3 min read

How To Secure Kubernetes Clusters In 7 Steps

Kubernetes is now the most widely used container and container orchestration platform. With the growing adoption of container and container orchestrator...
Korra Shailaja
5 min read

How To Use & Manage Kubernetes DaemonSets? – KubeLabs Glossary

  Join Collabnix Community Slack
Ajeet Raina
3 min read

How to Connect to Remote Docker using docker context CLI

Listing the container Switching to the new context Listing the overall context
Ajeet Raina
2 min read

Dockerize an API based Flask App and Redis using Docker Desktop

If you’re a developer looking out for a lightweight but robust framework that can help you in web development with fewer...
Avinash Bendigeri
2 min read

Get Started with Docker

Ajeet Raina
2 min read

Creating Your First React app using Docker Desktop

  React is a JavaScript library for building user interfaces. It makes it painless to create interactive UIs. You can design...
Ajeet Raina
1 min read

Docker Desktop 4.7.0 introduces the SBOM for Docker Images for the first time

Today, it’s hard to find any software built from the scratch. Most of the application built today uses the combination of...
Ajeet Raina
4 min read

Unveiling Docker: The Revolutionary Tech Ruling the Digital World

Docker: Unleashing the Digital Titan of the Tech World
Ajeet Raina
3 min read

How to Copy files from Docker container to the Host machine?

By utilizing DockerLabs, you can acquire knowledge on Docker and gain entry to over 300 tutorials on Docker designed for novices,...
Avinash Bendigeri
2 min read

The Rise of Low-Code/No-Code Application Platforms

Today organizations are experiencing the shortage of software developers and it is expected to hit businesses hard in 2022. Skilled developers...
Ajeet Raina
6 min read

Awesome-Compose: What It is and Why You Should Really Care About It

With over 14,700 stars, 2,000 forks, awesome-compose is a popular Docker repository that contains a curated list of Docker Compose samples. It helps...
Ajeet Raina
3 min read

Top Kubernetes Tools You Need for 2022 – Popeye

Thanks to Collabnix community members Abhinav Dubey and Ashutosh Kale for all the collaboration and contribution towards this blog post series....
Ajeet Raina
3 min read

5 Raspberry Pi Projects That Will Boost Your Child’s Coding Skills

The Raspberry Pi is powerful computer despite its size. This portable device comes with a CPU based on the Advanced RISC...
Ajeet Raina
3 min read

Getting Started with Argo CD on Docker Desktop

DevOps is a way for development and operations teams to work together collaboratively. It is basically a cultural change. Organizations adopt...
Ajeet Raina
4 min read

Demystifying Kubernetes in less than 100 slides

Did you know? There are 5.6 million developers using Kubernetes worldwide, representing 31% of all backend developers. 2022 will be an...
Ajeet Raina
25 sec read

Sensor Data Collection and Analytics – From IoT to Cloud in 5 Minutes

The BME680 is a digital 4-in-1 sensor with gas, humidity, pressure, and temperature measurement based on proven sensing principles. The state-of-the-art...
Ajeet Raina
3 min read

How to Deploy a Stateful Application using Kubernetes? – KubeLabs Glossary

A StatefulSet is a Kubernetes controller that is used to manage and maintain one or more Pods. However, so do other controllers like...
Ajeet Raina
5 min read

The Rising Pain of Enterprise Businesses with Kubernetes

As enterprises accelerate digital transformation and adopt the Kubernetes ecosystem, their businesses are experiencing growing pains in multiple domains. As per...
Ajeet Raina
46 sec read

How to Boot NVIDIA Jetson Nano from USB instead of SD card

Booting from a SD card is a traditional way of running OS on NVIDIA Jetson Nano 2GB model and it works...
Ajeet Raina
3 min read

A Quick Look at the Kubernetes API Reference Docs and Concepts

The core of Kubernetes’ control plane is the API server and the HTTP API that it exposes. The Kubernetes API is the...
Ajeet Raina
2 min read

How to setup and run Redis in a Docker Container

Redis stands for REmote DIctionary Server. It is an open source, fast NoSQL database written in ANSI C and optimized for speed. Redis is an...
Ajeet Raina
1 min read

Top 25 Active Chatrooms for DevOps Engineers like You

As the tech stacks are becoming more and more complex and business is moving at a fast pace, DevOps Teams worldwide...
Ajeet Raina
1 min read

How to build a Sample Album Viewer application using Windows containers

This tutorial walks you through building and running the sample Album Viewer application with Windows containers. The Album Viewer app is an ASP.NET...
Ajeet Raina
3 min read

How to efficiently scale Terraform infrastructure?

Terraform infrastructure gets complex with every new deployment. The code helps you to manage the infrastructure uniformly. But as the organization grows,...
Ajeet Raina
5 min read

What are Kubernetes Replicasets? – KubeLabs Glossary

How can you ensure that there are 3 Pods instances which are always available and running at one point in time?...
Ajeet Raina
7 min read

Top 6 Docker Security Scanning Practices

When it comes to running containers and using Kubernetes, it’s important to make security just as much of a priority as...
Ajeet Raina
3 min read

Shipa Vs OpenShift: A Comparative Guide

With the advent of a popular PaaS like Red Hat OpenShift, developers are able to focus on delivering value via their...
Ajeet Raina
6 min read

Top 5 Docker Myths and Facts That You Should be Aware of

  Today, every fast-growing business enterprise has to deploy new features of their app rapidly if they really want to survive...
Ajeet Raina
5 min read

How to control DJI Tello Mini-Drone using Python and Docker

If you want to take your drone programming skills to the next level, DJI Tello is the right product to buy....
Ajeet Raina
4 min read

5 Minutes to AI Data Pipeline

According to a recent Gartner report, “By the end of 2024, 75% of organizations will shift from piloting to operationalizing artificial...
Ajeet Raina
2 min read

Getting Started with Terraform in 5 Minutes

Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. This includes low-level...
Ajeet Raina
5 min read

Top 5 Effective Discord Bot For Your Server in 2022

Discord is one of the fastest-growing voice, video and text communication services used by millions of people in the world. It...
Ajeet Raina
3 min read

What is Kubernetes Scheduler and why do you need it? – KubeLabs Glossary

If you are keen to understand why Kubernetes Pods are placed onto a particular cluster node, then you have come to...
Ajeet Raina
5 min read

Using dd command in Linux

In the world of Linux, there are many powerful and versatile tools at your disposal for various tasks. One such tool...
Karan Singh
2 min read

How to build and run a Python app in a container – Docker Python Tutorial

In May 2021, over 80,000 developers participated in StackOverFlow Annual Developer survey. Python traded places with SQL to become the third...
Ajeet Raina
5 min read

5 Best Redis Tutorials and Free Resources for all Levels

If you’re a developer looking out for Redis related resources, then you have finally arrived at the right place. With more...
Ajeet Raina
3 min read

Running Automated Tasks with a CronJob over Kubernetes running on Docker Desktop

Docker Desktop 4.1.1 got released last week. This latest version support Kubernetes 1.21.5 that was made available recently by the Kubernetes...
Ajeet Raina
3 min read

How to setup GPS Module with Raspberry Pi and perform Google Map Geo-Location Tracking in a Real-Time

NEO-6M GPS Module with EPROM is a complete GPS module that uses the latest technology to give the best possible positioning...
Ajeet Raina
7 min read

How to Create a Perfect Resume for a Startup Company?

Creating a resume is the stepping stone and the biggest challenge you face as a fresh graduate.Many of them prefer entering...
Ajeet Raina
2 min read

Top Kubernetes Tools You Need for 2022- Devtron

Thanks to Collabnix community members Abhinav Dubey, Ashutosh Kale and Vinodkumar Mandalapu for all the collaboration and contribution towards these blog post series. What’s the biggest benefit you’ve...
Ajeet Raina
4 min read

Top Kubernetes Tools You Need for 2021 – K3d and Portainer

Thanks to Collabnix community members Abhinav Dubey, Ashutosh Kale and Vinodkumar Mandalapu for all the collaboration and contribution towards this blog post series. In the last...
Ajeet Raina
6 min read

Getting Started with Docker and AI workloads on NVIDIA Jetson AGX Xavier Developer Platform

If you’re an IoT Edge developer and looking out to build and deploy the production-grade end-to-end AI robotics applications, then check...
Ajeet Raina
7 min read

Hack into the DJI Robomaster S1 Battle Bot in 5 Minutes

When I saw the RoboMaster S1 for the first time, I was completely stoked. I was impressed by its sturdy look....
Ajeet Raina
3 min read

How Much Does it Cost to Hire a Software Developer?

This is a guest post contributed by Collabnix Community member Anastasia Stefanuk, a Professional writer, journalist and editor. Hiring a software...
Ajeet Raina
3 min read

Building a Real-Time Crowd Face Mask Detection System using Docker on NVIDIA Jetson Nano

Did you know? Around 94% of AI Adopters are using or plan to use containers within 1 year time. Containers are...
Ajeet Raina
5 min read

Getting Started with Shipa

Are you frustrated with how much time it takes to create, deploy and manage an application on Kubernetes? Wouldn’t it be...
Ajeet Raina
12 min read

How I visualized Time Series Data directly over IoT Edge device using Docker & Grafana

Application developers look to Redis and RedisTimeSeries to work with real-time internet of things (IoT) sensor data. RedisTimeseries is a Redis...
Ajeet Raina
3 min read

A First Look at Dev Environments Feature under Docker Desktop 3.5.0

Starting Docker Desktop 3.5.0, Docker introduced the Dev Environments feature for the first time. The Dev Environments feature is the foundation...
Ajeet Raina
3 min read

How to assemble DJI Robomaster S1 for the first time?

The RoboMaster S1 is an educational robot that provides users with an in-depth understanding of science, math, physics, programming, and more...
Ajeet Raina
3 min read

Building Your First Jetson Container

The NVIDIA Jetson Nano 2GB Developer Kit is the ideal platform for teaching, learning, and developing AI and robotics applications. It...
Ajeet Raina
7 min read

What You Should Expect From Collabnix Joint Meetup with JFrog & Docker Bangalore Event?

This June 19th, 2021, the Collabnix community is coming together with JFrog & Docker Bangalore Meetup Group to conduct a meetup...
Ajeet Raina
1 min read

Kubectl for Docker Beginners

Kubectl is a command-line interface for running commands against Kubernetes clusters. kubectl looks for a file named config in the $HOME/.kube directory. You can specify...
Ajeet Raina
3 min read

Running RedisInsight Docker container in a rootless mode

On a typical installation, the Docker daemon manages all the containers. The Docker daemon controls every aspect of the container lifecycle....
Ajeet Raina
4 min read

Docker Compose now shipped with Docker CLI by default

Last year, Dockercon attracted 78,000 registrants, 21,000 conversations across 193 countries. This year, it was an even much bigger event attracting...
Ajeet Raina
3 min read

Delivering Container-based Apps to IoT Edge devices | Dockercon 2021

Did you know? Dockercon 2021 was attended by 80,000 participants on the first day. It was an amazing experience hosting “Docker...
Ajeet Raina
1 min read

What are Kubernetes Pods? | KubeLabs Glossary

Kubernetes (commonly referred to as K8s) is an orchestration engine for container technologies such as Docker and rkt that is taking...
Ajeet Raina
9 min read

Running a Web Browser in a Docker container

Are you still looking out for a solution that allows you to open multiple web browsers in Docker containers at the...
Ajeet Raina
1 min read

Running Minecraft in Rootless Mode under Docker 20.10.6

Rootless mode was introduced in Docker Engine v19.03 as an experimental feature for the first time. Rootless mode graduated from experimental...
Ajeet Raina
5 min read

Running RedisInsight using Docker Compose

RedisInsight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in...
Ajeet Raina
2 min read

Getting Started with BME680 Sensor on NVIDIA Jetson Nano

The BME680 is a digital 4-in-1 sensor with gas, humidity, pressure, and temperature measurement based on proven sensing principles. The state-of-the-art...
Ajeet Raina
1 min read

How to run NodeJS Application inside Docker container on Raspberry Pi

This is the complete guide starting from all the required installation to actual dockerizing and running of a node.js application. But...
Ajeet Raina
3 min read

OSCONF 2021: Save the date

OSCONF 2021 is just around the corner and the free registration is still open for all DevOps enthusiasts who want to...
Ajeet Raina
1 min read

A Closer Look at AI Data Pipeline

According to a recent Gartner report, “By the end of 2024, 75% of organizations will shift from piloting to operationalizing artificial...
Avinash Bendigeri
2 min read

How I built the first ARM-based Docker Image on Pinebook using buildx tool?

The Pinebook Pro is a Linux and *BSD ARM laptop from PINE64. It is built to be a compelling alternative to...
Ajeet Raina
4 min read

Portainer Vs Rancher

According to Gartner “By 2024, low-code application development will be responsible for more than 65% of application development activity.” Low code...
Ajeet Raina
4 min read

Getting Started with NVIDIA Jetson Nano From Scratch

The NVIDIA Jetson Nano 2GB Developer Kit is the ideal platform for teaching, learning, and developing AI and robotics applications. It...
Ajeet Raina
1 min read

Running Redis on Multi-Node Kubernetes Cluster in 5 Minutes

Redis is a very popular open-source project with more than 47,200 GitHub stars, 18,700 forks, and 440+ contributors.  Stack Overflow’s annual...
Ajeet Raina
1 min read

2 Minutes to “Nuke” Your AWS Cloud Resources

Are you seriously looking out for a tool that can save your AWS bills while being a FREE tier user? If...
Ajeet Raina
3 min read

A New DockerHub CLI Tool under Docker Desktop 3.0.0

Docker Desktop is the preferred choice for millions of developers building containerized applications. With the latest Docker Desktop Community 3.0.0 Release, a new...
Ajeet Raina
1 min read

Running RedisAI on NVIDIA Jetson Nano for the first time

The hardest part of AI is not artificial intelligence itself, but dealing with AI data. The accelerated growth of data captured...
Ajeet Raina
7 min read

A First Look at PineBook Pro – A 14” ARM Linux Laptop For Just $200

If you’re a FOSS enthusiast and looking out for a powerful little ARM laptop, PineBook Pro is what you need. The...
Ajeet Raina
3 min read

Introducing 2GB NVIDIA Jetson Nano: An Affordable Yet Powerful $59 AI Computer

Today at GPU Technology Conference(GTC) 2020, NVIDIA announced a new 2GB Nvidia Jetson Nano for the first time. Last year, during...
Ajeet Raina
2 min read

Running Docker Compose on NVIDIA Jetson Nano in 5 Minutes

Starting with v4.2.1, NVIDIA JetPack includes a beta version of NVIDIA Container Runtime with Docker integration for the Jetson platform. This...
Ajeet Raina
2 min read

5 Minutes to Kubernetes Architecture

Kubernetes (a.k.a K8s) is an open-source container-orchestration system which manages the containerised applications and takes care of the automated deployment, storage,...
Ajeet Raina
2 min read

5 Reasons why you should attend ARM Dev Summit 2020

Register Here With 100+ sessions, 200+ speakers & tons of sponsors , Arm DevSummit is going to kick-off next month. It...
Ajeet Raina
4 min read

Interview with Docker Captain Ajeet Singh Raina

This article was originally published in the leading Open Source India magazine Ajeet Singh Raina’s journey as a community leader began...
Avinash Bendigeri
6 min read

Running Minecraft Server on NVIDIA Jetson Nano using Docker

With over 126 million monthly users, 200 million games sold & 40 million MAU, Minecraft still remains one of the biggest...
Ajeet Raina
2 min read

A First Look at Portainer 2.0 CE – Now with Kubernetes Support

Irrespective of the immaturity of the container ecosystem and lack of best practices, the adoption of Kubernetes is massively growing for...
Ajeet Raina
6 min read

Deploy your AWS EKS cluster with Terraform in 5 Minutes

Amazon Elastic Kubernetes Service (a.k.a Amazon EKS) is a fully managed service that helps make it easier to run Kubernetes on...
Ajeet Raina
4 min read

From 1 to 9000: A Close Look at Collabnix Slack Journey

“Individually We Specialise, Together We Transform” Slack has grown to be an excellent tool for communities- both large and small, open...
Ajeet Raina
1 min read

Getting Started with Jenkins X in 5 Minutes

Jenkins works perfectly well as a stand-alone open source tool but with the shift to Cloud native and Kubernetes, it invites...
Ajeet Raina
11 min read

Jenkins X Cloud Native CI/CD with TestProject

Building microservices isn’t merely breaking up a monolithic software application into a collection of smaller services. When shifting to microservices, there...
Ajeet Raina
2 min read

The Rise of Shipa – A Continuous Operation Platform

Cloud native microservices have undergone an exciting architectural evolution. 4 years back, the industry was busy talking about the rise of...
Ajeet Raina
16 min read

Monitoring Multi-Node K3s Cluster running on IoT using Datadog – Part 1

The rapid adoption of cloud-based solutions in the IT industry is acting as the key driver for the growth of the...
Ajeet Raina
4 min read

The Ultimate Docker Tutorial for Automation Testing

If you’re looking out for a $0 cloud-based, SaaS test automation development framework designed for your agile team, TestProject is the right...
Ajeet Raina
57 sec read

How to migrate AWS ElastiCache data to Redis with Zero downtime

Are you looking out for a tool which can help you migrate Elasticache data to Redis Open Source or Redis Enterprise...
Ajeet Raina
3 min read

Building Your First Certified Kubernetes Cluster On-Premises, Part 2: – iSCSI Support

In my first post, I discussed how to build your first certified on-premises Kubernetes cluster using Docker Enterprise 3.0. In this...
Ajeet Raina
9 min read

Top 50 Kubernetes Interview Questions For You

Kubernetes provides a container-centric management environment. It orchestrates computing, networking, and storage infrastructure on behalf of user workloads. This provides much...
Ajeet Raina
31 min read

5 Minutes to RedisInsight running on Single Node Kubernetes Cluster on Docker Desktop for Mac

If you are looking out for a tool which can inspect your Redis data, monitor health, and perform runtime server configuration...
Ajeet Raina
3 min read

Visualize Redis Open Source using Rebrow

If you are serious about monitoring your cluster health with real-time alerts, analyzing your cluster configuration, rebalance as necessary, managing addition...
Ajeet Raina
4 min read

5 Minutes to Multi-Node Redis Cluster running on Google Cloud Kubernetes Engine using Docker Desktop for Windows

If you are looking out for the easiest way to create Redis Cluster on remote Cloud Platform like Google Cloud Platform...
Ajeet Raina
6 min read

Building 3-Node Active-Active Redis Enterprise Cluster for Developers using Docker Desktop for Mac

Redis Enterprise Software (RS) offers Redis Cluster. RS Cluster is just a set of Redis nodes (OS with Redis installed). It...
Ajeet Raina
6 min read

Running Redis Enterprise inside Docker Container in 5 Minutes

Redis Enterprise Software (earlier known as “Redis Labs Enterprise Cluster”) is a robust in-memory but persistent on disk database . Redis...
Ajeet Raina
2 min read

DigitalOcean – A Perfect Docker Developer’s Cloud

DigitalOcean (sweetly called “DO”) is “Docker Developer’s Platform”. If you’re a developer & looking out for speedy way to spin up...
Ajeet Raina
3 min read

Introducing Kubelabs – An Ultimate Kubernetes101 Workshop

Yesterday I conducted Kubernetes workshop for almost 500+ audience at SAP Labs, Bengaluru (India) during Docker Bangalore Meetup #50. The workshop...
Ajeet Raina
1 min read

Object Detection with Yolo Made Simple using Docker on NVIDIA Jetson Nano

If you are looking out for the most effective real-time object detection algorithm which is open source and free to use,...
Ajeet Raina
11 min read

Pico goes Cloudless: Running RTMP & Nginx for Video Streaming using Docker on Jetson Nano locally

I conducted Pico workshop for University students (Vellore Institute of Technology, Vellore & the University of Petroleum & Energy Studies, Dehradun)...
Ajeet Raina
3 min read

Redis running inside Docker container on NVIDIA Jetson Nano

If you are looking out for a small, affordable, low-powered system which comes by default with the power of modern AI...
Ajeet Raina
5 min read

Running Redis on 5-Node Docker Swarm Cluster in 2 Minutes

Redis refers to REmote DIctionary Server. It is an open source, in-memory Data Structure Store, used as a database, a caching...
Ajeet Raina
7 min read

2019 Year in Review: The Rise of Pico, Collabnix Slack & DockerLabs

2019 was a transformational year for Collabnix. With major initiatives like DockerLabs, Pico project & Slack, the site attracted around millions...
Ajeet Raina
2 min read

Kubernetes Monitoring & Best Practices Talk at Sumo Logic Bengaluru User Group

Last Friday, I was invited by Sumo Logic to talk around Kubernetes Monitoring & Best Practices. Around 200+ attendees participated for...
Ajeet Raina
58 sec read

The Rise of Pico: At the Grace Hopper Celebration India

The Grace Hopper Celebration of Women in Computing (GHC) is a series of conferences designed to bring the research and career...
Ajeet Raina
2 min read

Multi-Node K3s Cluster on NVIDIA Jetson Nano in 5 Minutes

If you are looking out for lightweight Kubernetes which is easy to install and perfect for Edge, IoT, CI and ARM,...
Ajeet Raina
6 min read

Docker workshop on Raspberry Pi – University of Petroleum and Energy Studies, Dehradun

On the 3rd of October, I travelled to UPES Dehradun(around 1500 miles) for 1 day session on ” The Pico project”...
Ajeet Raina
1 min read

Building Your First Certified Kubernetes Cluster On-Premises (Part 3) – Support of Kubernetes on Windows

In Part 1 of this blog series, I demonstrated how to deploy a certified Kubernetes cluster on-premises using Docker Enterprise 3.0....
Ajeet Raina
3 min read

Docker 19.03 comes to NVIDIA Jetson Nano

Did you know? In the latest Docker 19.03 Release, a new flag –gpus have been added for docker run which allows...
Ajeet Raina
6 min read

Installing Docker Engine 19.03 on Raspberry Pi 3 in 2 Minutes

Docker is officially supported both on Raspberry Pi 3 and 4. Installing Docker is just a matter of single-liner command. All...
Ajeet Raina
5 min read

Unboxing 3.5” Touch Screen RPi LCD for Raspberry Pi 3 in 2 Minutes

If you have ever conducted Docker on Raspberry Pi workshop during the Meetup event, you surely understand the pain in bringing...
Ajeet Raina
1 min read

A Complete Guide to build Certified Kubernetes Cluster using Docker Enterprise 3.0 on Bare Metal System – Part-I

Did you know? Over 800+ enterprise organizations use Docker Enterprise for everything from modernizing traditional applications to microservices and data science....
Ajeet Raina
14 min read

Kubernetes Cluster on Bare Metal System Made Possible using MetalLB

If you try to setup Kubernetes cluster on bare metal system, you will notice that Load-Balancer always remain in the “pending”...
Ajeet Raina
9 min read

Top 5 Cool Projects around Docker, Raspberry Pi & Blinkt! ~ Monitoring Docker Swarm using LEDs – Part I

Two week back, I travelled to Jaipur, around 1000+ miles from Bangalore for delivering one of Docker Session. I was invited...
Ajeet Raina
3 min read

Docker Enterprise 3.0: Now with New Built-in Docker cluster CLI Plugin

Last Dockercon, dozens of new Docker CLI Plugin were introduced. All of these CLI plugins will be available in upcoming Docker...
Ajeet Raina
6 min read

How to Deploy Apache Kafka on AWS Platform using Docker Swarm Mode?

I am thrilled and excited to start a new open source project called “Pico”. Pico is a beta project which is...
Ajeet Raina
5 min read

How to create a Local Private Docker Registry on Play with Docker in 5 Minutes?

DockerHub is a service provided by Docker for finding and sharing container images with your team. It is the world’s largest...
Ajeet Raina
4 min read

Running Docker Containers on EC2 A1 Instances powered by Arm-Based AWS Graviton Processors

2 week back, I wrote a blog post on how Developers can now build ARM containers on Docker Desktop using docker...
Ajeet Raina
5 min read

How I built ARM based Docker Images for Raspberry Pi using buildx CLI Plugin on Docker Desktop?

2 weeks back in Dockercon 2019 San Francisco, Docker & ARM demonstrated the integration of ARM capabilities into Docker Desktop Community...
Ajeet Raina
10 min read

New Docker CLI API Support for NVIDIA GPUs under Docker Engine 19.03.0 Pre-Release

Let’s talk about Docker in a GPU-Accelerated Data Center… Docker is the leading container platform which provides both hardware and software...
Ajeet Raina
5 min read

Sysctl Support for Docker Swarm Cluster for the first time in Docker 19.03.0 Pre-Release

Docker CE 19.03.0 Beta 1 went public 2 week back. It was the first release which arrived with sysctl support for...
Ajeet Raina
6 min read

Docker 19.03.0 Pre-Release: Fast Context Switching, Rootless Docker, Sysctl support for Swarm Services

Last week Docker Community Edition 19.03.0 Beta 1 was announced and release notes went public here.Under this release, there were numerous...
Ajeet Raina
7 min read

Meet K3s – A Lightweight Kubernetes Distribution for Raspberry Pi Cluster

To implement a microservice architecture and a multi-cloud strategy, Kubernetes today has become a key enabling technology. The bedrock of Kubernetes...
Ajeet Raina
10 min read

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

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...
Ajeet Raina
5 min read

A First Look at Docker Desktop Enterprise

If you are looking out for Desktop Enterprise software solution for creating & delivering production-ready containerized applications in a simplified &...
Ajeet Raina
6 min read

5 Minutes to Kubernetes Dashboard running on Docker Desktop for Windows 2.0.0.3

If you want to get started with Kubernetes on your Laptop running Windows 10, Docker Desktop for Windows CE is the...
Ajeet Raina
4 min read

Top 50 Ansible Interview Questions

Ansible is an open-source engine that automates configuration management, application deployment, and other devOps tasks. Ansible is simple, agentless IT automation...
Ajeet Raina
30 min read

Turn Your Raspberry Pi into Low-cost CCTV Surveillance Camera(with Night Vision) in 5 Minutes using Docker

Last week I purchased Raspberry PI Infrared IR Night Vision Surveillance Camera Module 500W Webcam. This webcam features 5MP with OmniVision 5647 sensor...
Ajeet Raina
7 min read

Test Drive 5 Cool Linux Applications on Docker Desktop for Windows Platform

Docker Desktop for Windows 2.0.0.3 Release is available. This release comes with Docker Engine 18.09.2, Compose v1.23.2 & Kubernetes v1.10.11. One...
Ajeet Raina
4 min read

Top 5 Features of Docker Engine v18.09.1 That You Shouldn’t Miss Out

Docker Engine v18.09.1 went GA last month. It was made available for both the Community and Enterprise users. Docker Enterprise is...
Ajeet Raina
10 min read

Building Data Persistent & Datacenter Asset Reporting Capability with Racktables running inside Docker container

Let’s talk about Docker inside the datacenter.. If you are a datacenter administrator and still scouring through a spreadsheet of “unallocated”...
Ajeet Raina
3 min read

Test Drive Compose on Kubernetes on Play with Kubernetes(PWK) Playground in 5 Minutes

On the 2nd day of Dockercon, Docker Inc. open sourced Compose on Kubernetes project. This project provides a simple way to define cloud...
Ajeet Raina
7 min read

A First Look at Compose on Kubernetes for Minikube

Say Bye to Kompose ! Let’s begin with a problem statement – “The Kubernetes API is quite HUGE. More than 50...
Ajeet Raina
6 min read

Running Cron Jobs container on 5-Node Docker Swarm Mode Cluster

A Docker Swarm consists of multiple Docker hosts which run in swarm mode and act as managers (to manage membership and...
Ajeet Raina
2 min read

Top 5 Most Exciting Dockercon EU 2018 Announcements

Last week I attended Dockercon 2018 EU which took place at Centre de Convencions Internacional de Barcelona (CCIB) in Barcelona, Spain....
Ajeet Raina
7 min read

Top 100 Docker Interview Questions & Answers

Are you looking out for Docker related Interview questions categorised into Beginners, Intermediate & Advanced Level users? If yes, then you...
Ajeet Raina
25 min read

Switching Docker 18.09 Community Edition to Enterprise Engine with no downtime

  Under the newer Docker Engine 18.09 release,  a new feature called CE-EE Node Activate has been introduced. It allows a user...
Ajeet Raina
3 min read

6 Things You Should Know before Dockercon 2018 EU

  At Dockercon 2018 this year, you can expect 2,500+ participates, 52 breakout sessions, 11 Community Theatres, 12 workshops, over 100+...
Ajeet Raina
4 min read

How to become a DevOps Engineer?

  Who is DevOps engineer?          DevOps engineers are a group of influential individuals who encapsulates depth of...
Ajeet Raina
1 min read

Kubernetes Hands-on Lab #4 – Deploy Prometheus Stack using Helm on Play with Kubernetes Platform

  Let’s talk about Kubernetes Deployment Challenges… As monolithic systems become too large to deal with, many enterprises are drawn to...
Ajeet Raina
6 min read

Building Helm Chart for Kubernetes Cluster running on Docker Enterprise 2.0 using Docker-app 0.6.0

  Docker-app allows you to share your applications on Docker Hub directly. This tool not only makes Compose file shareable but provide...
Ajeet Raina
5 min read

Installing Helm to deploy Kubernetes Applications on Docker Enterprise 2.0 Made Easy

    Let’s talk about RBAC under Docker EE 2.0… Kubernetes RBAC(Role-based Access Control) security context is a fundamental part of...
Ajeet Raina
8 min read

Kubernetes Hands-on Lab #3 – Deploy Istio Mesh on K8s Cluster

  Istio is completely an open source service mesh that layers transparently onto existing distributed applications. Istio v1.0 got announced last...
Ajeet Raina
7 min read

Kubernetes Hands-on Lab #2 – Running Our First Nginx Cluster

    Nginx (pronounced “engine-x”) is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as...
Ajeet Raina
1 min read

Kubernetes Hands-on Lab #1 – Setting up 5-Node K8s Cluster

  Are you new to Kubernetes? Want to build your career in Kubernetes? Then Welcome ! You are at the right place. This...
Ajeet Raina
2 min read

How I built Elastic Stack for Docker Swarm using Docker Application Packages(docker-app)

  Let’s begin with Problem Statement ! DockerHub is a cloud-based registry service which allows you to link to code repositories,...
Ajeet Raina
4 min read

Getting Started with OpenUSM on Docker for Windows Platform

OpenUSM is a modern approach to Server Management, Insight Logs Analytics and Machine Learning solution integrated with monitoring & logging pipeline...
Ajeet Raina
3 min read

2 Minutes to Docker MacVLAN Networking – A Beginners Guide

Scenario:  Say, you have built Docker applications(legacy in nature like network traffic monitoring, system management etc.) which is expected to be directly...
Ajeet Raina
2 min read

Getting Started with Istio and Kubernetes | Step by Step Guide

If you’re a Developer and have been spending lot of time in developing apps recently, you already understand a whole new...
Ajeet Raina
1 min read

What’s New in Docker Enterprise Edition 18.03 Engine Release?

  A New Docker Enterprise Engine 18.03.0-ee-1 has been released. This is a stand-alone engine release intended for EE Basic customers....
Ajeet Raina
3 min read

5 Minutes to Run Your First Docker Container on Google Cloud Platform using Terraform

I still remember those days(back in 2006-07′) when I started my career as IT Consultant in Telecom R&D centre where I...
Ajeet Raina
8 min read
Join our Discord Server