mohan sAug 28, 20211 min How Containers are more lightweight than Virtual MachinesDocker containers share the host’s kernel, network stack, and filesystem drivers, and generally don’t run complex services like systemd...
mohan sAug 28, 20213 minLog Processing by LogStashHow to automate Large Scale log Parsing using Logstash? Logstash is an application tool for Managing your events and logs. You can use it...
mohan sAug 28, 20212 minWhat is Hashicorp vagrant?Vagrant is used to set up one or more virtual machines by: Importing pre-made images (called "boxes")Setting VM-specific settings (IP...