Kafka on docker-compose

Kafka setup, create topic, send message and receive messages https://www.conduktor.io/kafka/kafka-topics-cli-tutorial/ # ————– # docker-compose.yml # ————– version: ‘2’ services: zookeeper: image: confluentinc/cp-zookeeper:latest environment: ZOOKEEPER_CLIENT_PORT:

Read More »

HDFS docker-compose

https://faun.pub/run-your-first-big-data-project-using-hadoop-and-docker-in-less-than-10-minutes-e1bbe2974ef3 # kubernetes.txt https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/ install-kubeadm/ Installing a container runtime Install Docker Engine on Ubuntu ============= 1.Set up Docker’s apt repository. # Add Docker’s official

Read More »

Docker MongoDB – csv import

Ref: https://www.mongodb.com/developer/products/mongodb/mongoimport-guide/ # Docker compose for mongodb. # Create a volume to place the csv file in it version: “2.0” services: mongodb: image: mongo:4.4.2 restart:

Read More »

Kubernetes cluster on Localhost

VM setup Install Multipass on Linux # use local git pointing git remote set-url origin /mnt/h_drive/hdrive_data/Resources/wordpress_nginx/git-repo/git-repo/kubernetes.git # Install Multipass on Linux so that multiple

Read More »

Linux Konsole line wrap

In Linux Konsole, the default line wrap is enabled for Konsole, sometimes is not easy to see when there are multiple lines. Lorem ipsum

Read More »