-
DevOps
Executing Cookbooks with Chef-Solo
Chef-Solo is an open source tool that runs locally and allows us to provision the guest machine using chef cookbooks without…
Read More » -
DevOps
Installing Puppet Modules – Librarian Puppet
Of course we can manually download the modules from Puppet Forge and install it but it becomes messy as you have…
Read More » -
DevOps
Deploying Web Application on EC2 Instance – AWS
In this post, we will deploy spring web application on EC2 Amazon Linux AMI t2.micro instance following below steps: Step…
Read More » -
Apache
Configuring ELK stack to analyse Apache Tomcat logs
In this post, we will set up ElasticSearch, Logstash and Kibana to analyse Apache Tomcat server logs. Before setting up…
Read More » -
Unix
Application Server as a Service in Unix
Running the Application Server as a service or daemon on the machine ensures that service restart automatically when the machine…
Read More » -
NGINX
Sticky Session Load Balancer with Nginx
Load balancer distributes incoming requests across multiple computing application servers. It aims to optimize resource use, maximize throughput, minimize response…
Read More »