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 & …
Read more “Steps to Install Kubectl & eksctl on Ubuntu 20.04”
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: …
Read more “13 Steps Guide to Create Kubernetes Cluster on AWS”
Reconnaissance
Reconnaissance is the gain of information especially through survey.It is also the first stage in hacking. You can collect information from host, network or people involved. It takes place in two parts : a) Passive reconnaissance is the gain of information without probing the target system. It’s majorly use of search engines and other platforms …
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. …
Read more “7 Steps to Install and Configure InfluxDB on Ubuntu 20.04”
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 …