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: …

Steps to Install Hyper -V on window server 2019

In this Blog,we are discussing about for Hyper -v on window server 2019.It is a free hypervisor platform by Microsoft,is used to perform hardware virtualization.It allows to run several virtual machines on the same hardware. It provides some benefits: It support of all the popular OS. It provide lots of way to backup virtual machine:simple …

How to Create Security Groups on Amazon Web Service (AWS)

A security group acts as a virtual firewall for your EC2 instances to control incoming and outgoing traffic. If you don’t specify a security group, Amazon EC2 uses the default security group. You can add rules to each security group that allow traffic to or from its associated instances.   Login to aws portal. Click …

Step By Step Guide to Create Docker Swarm Cluster on Ubuntu 20.04 LTS

Hello, In this blog we are discussing about Docker Swarm. It is a tool used to create a docker hosts cluster. It provides a high availability and high performance cluster where applications are distributed among the hosts. Using docker swarm, we can easily increasing the number of container instance for the same application. There are …

How to Install & Configure Terraform on Ubuntu

Terraform is an infrastructure as a code platform(IaaC) developed by HashiCorp. We can simply write code in the human-readable format following HashiCorp Configuration Language (HCL) and deploy it to get the infrastructure in the cloud. Terraform is supported in many cloud providers like Google, Amazon, Alibaba, etc.       First, Configure azure cli on you system so …