13 Steps Guide to Create Kubernetes Cluster on AWS

Kubernetes is a free & open-source service. It is used for automation deployment, scaling, and containerized applications management. It is also Known as K8s.Using Kubernetes cluster, we can create a number of nodes that run containerized applications. There are some steps to create kubernetes cluster on aws: Step 1: Login to aws portal. Step 2: …

7 Steps to Install and Configure InfluxDB on Ubuntu 20.04

InfluxDB is a free & open-source database, written in the Go programming language . It is used for storage & retrieve of data such as operations monitoring & application metrics. It is time series database which is used for high write and query loads. It is easy to use. Step 1 – Update the system. …

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 …

Step by Step Guide to Setup Kerberos Server & Client on Ubuntu 20.04 LTS

Kerberos is a network authentication protocol. It is used for authentication purpose. It provides secure communication interface between server & client. It is used in POSIX authentication, Active Directory, NFS, and Samba. Step 1 – Update the System. apt-get update Step 2 – Set the hostname on both server & client. On Server,Provide the host-name. …