
Let's Balance the load Part 3 - L7
Creating a L7 Load Balancer At L7 level we use reverse proxies to expose our services to the clients and these reverse proxies forwards the traffic to the actual servers based on various load bala...
Creating a L7 Load Balancer At L7 level we use reverse proxies to expose our services to the clients and these reverse proxies forwards the traffic to the actual servers based on various load bala...
At L3/L4 level we use virtual IP address to expose our services to the clients and these virtual IPs forwards the traffic to actual servers based on various load balancing algorithms. Creating a b...
Need for Load Balancers In the ever-expanding digital landscape, the number of internet users has grown from 416 million in the year 2000 to 4.70 billion in the year 2020 as per ourworldindata.org...
Creating a Solaris package to ship your application to your customer or user. Making it relocatable so the user can choose to install at any location. Background I was working on a application wh...
Compiling gcc 4.1.2 on Solaris to over come compilation and linking issues faced during porting my C++ application from RHEL. Background I was working on porting an C++ Application from RHEL to S...