Step by Step to Install TICK Stack on Ubuntu 20.04 LTS

TICK Stack is a collection of open source components. It helps to provide a interface for storing, visualizing and monitoring time series InfluxDB database such as metrics and events. TICK stand for Telegraf, InfluxDB, Chronograf & Kapacitor. Telegraf  : It is used for collecting system metrics & send to Influxdb. InfluxDB  :It is a free …

11 Steps to Setup Apache Kafka on Ubuntu 20.04 LTS

Apache Kafka is a free & open-source software platform developed by the Apache Software Foundation. It is written in Scala and Java .It helps to provide a unified, high-throughput, low-latency platform for handling real-time data feeds. It is used for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. There are few steps to …

Build Intentional Remote Collaboration – Like GitLab

Hello readers, In this Blog we will be taking a dive into a very promising DevOps tool known as GitLab. GitLab was initially developed as a Source Code Management(SCM) or version control solution(VCS) and was totally Open Source at that time. It was developed initially in Ruby by two Ukrainian developers in 2011. From there, …

Steps to Install Kubectl & eksctl on Ubuntu 20.04

Kubectl is a kubernetes command line tool. It helps to run command against Kubernetes clusters. Using kubctl we can deploy application,manage cluster resources, inspect and view logs. Eksctl is also similar to kubectl and a command line tool which is used to create & managing kubenetes cluster. There are few steps to install kubectl & …

6 Steps to Install Gradle on Ubuntu 20.04

Gradle is a free & open-source build tool. It is used for JAVA projects. It is the combination of Ant & Maven. It uses Apache Groovy for defining the java-project & build scripts. There are some steps to setup Gradle on ubuntu 20.04 Step 1: Update the System. apt-get update Step 2: Install Java. apt-get …