Install Kafka and Kafka Manager using docker-compose
Kafka and Kafka Manager can be installed in different ways. Using the docker-compose way makes the installation operating system agnostic. In this post, we will install Kafka and Kafka Manager…
Kafka and Kafka Manager can be installed in different ways. Using the docker-compose way makes the installation operating system agnostic. In this post, we will install Kafka and Kafka Manager…
we have a dockerized NodeJS application and we will try to run that application in Minikube (Kubernetes) Prerequisite Build your Docker image locally we are using the Nodejs sample app…
The current world is heavily dependent on data. Everyone is generating large amounts of data.It is becoming a challenge to read large amounts of data and then process it and…
A Docker hub is an online place where Docker images are hosted publicly and other people can use those images in their Projects. You need to create a docker image…
Aim Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster containing only one node.Minikube is available for Linux, macOS, and…
Kubectl is a command line tool used for interacting with Kubernetes clusters. You can accessdifferent information about the cluster. If you have an Ubuntu Operating system then you need to…
In this post, we will try to install Docker on Ubuntu 22.x Docker is a containerization platformand Ubuntu is a Linux-based operating system. Update the system It’s important to get…
In this post, we will learn about the ten most important commands used in the docker world. we will look into some most frequently used commands. Prerequisite List All Running…
There are many ways to install Redis, but we will look into Redis Installation using docker-compose which is Operating system agnostic. Redis is an open-source (BSD licensed), in-memory data structure…
Why do people run away from Vim? All these things scare people and they move to either sublime, Atom, or JetBrains, etc. But don’t fear Plugin Managers are there. Yes,…