How to Install Elasticsearch, Logstash, Filebeat, & Kibana on Ubuntu
ELK stack is the collection of open source products developed by the elastic. The following three things are performed: Collection of data: The user collects the data from different sources Analyze the data: processing the collected data Visualization: denotes the representation of data Prerequisites Ubuntu Server 20.04 LTS Java(JDK) 2 CPU and 4 GB RAM …
Read more “How to Install Elasticsearch, Logstash, Filebeat, & Kibana on Ubuntu”
Steps to Install & Configure Docker Compose on Ubuntu 20.04 LTS
Hello, here we are discussing about for Docker Compose. Docker compose is a docker tool. It is used for deploying the docker images & easier for users to manage the processes of docker containers, including starting up, shutting down, and setting up intra-container linking and volumes. There are steps to setup docker compose on Ubuntu: …
Read more “Steps to Install & Configure Docker Compose on Ubuntu 20.04 LTS”
Step By Step Guide to Setup Elastic Kubernetes Service with Application Load Balancer on Amazon Web Service
Hello, EKS & ALB are two different services of Amazon Web Service(AWS). In this blog, we are explaining how to setup EKS with ALB on AWS account. There are some steps to setup EKS with ALB using a command line. And we are giving a simple code for testing EKS with ALB on ubuntu. Using …
Step By Step to install & configure vsftpd on ubuntu 20.04
Hello, In this blog we are discussing how to setup vsftpd on ubuntu system.FTP stands for file transfer protocol,which is used for uploading/downloading files between two computers over a network.FTP is insecure protocol, because it transmits data together with user credentials (username and password) without encryption.If we want to use FTP ,consider configuring FTP connection …
Read more “Step By Step to install & configure vsftpd on ubuntu 20.04”
Learn About Amazon web Service Lambda
Hello,in this blog we are learning about AWS Lambda.AWS Lambda is a part of amazon web service & using lambda function we can build,test & deploy the code.It is an open source cloud platform service.It helps to focus on core product and business logic instead of managing operating system (OS) access control, OS patching, right-sizing, …