DevOps

docker

Docker: Installation and basics

This tutorial is aimed to teach one how to install Docker in CentOS 7 base host, and to perform basic tasks. Quick Notes: You cannot run a Windows based container on a Docker that is…




kafka

Kafka: Basics – terminologies

Kafka is a middle-ware application developed by Apache Foundation, used for building real-time data pipelines and streaming apps, which is scalable and has fault-tolerant capabilities.   Posted below are the basic terminologies used by Kafka,…