IT Service and Solution Reviews

Load Balancing

Introduction The term load balancing is a technique used in computing and networking to spread the income load or traffic of the network to multiple or a different server to handle the resources. Load balancing helps to enhance the capacity and reliability of application. Load balancer act as a โ€œtraffic controllerโ€ for your servers and it redirect the request to an active or available servers. It distributes user traffic across the multiple instances of your application by distributing the load. Load balancer decides where to send the request that comes from the end user or a client. It helps us…

Software Application Deployment Patterns

Defined methods for a application deployment are Deployment Patterns. Following factor should be considered while choosing the best deployment Patterns Following deployment patterns are using widely ๐—–๐—ฎ๐—ป๐—ฎ๐—ฟ๐˜† ๐—ฟ๐—ฒ๐—น๐—ฒ๐—ฎ๐˜€๐—ฒ๐˜€ In this pattern, all the new feature of the application will be identified before the release so that it will not affect whole customer. Selected group of user will review the application before it is released to customer. Each issues and concern raised will be look after before moving to the production environment. Blue/Green Deployments Two simultaneous deployment are maintained in Blue/Green Deployment. Blue will be existing and Green will be new…