MultiCloud Classroom notes 21/Jan/2025

Azure Load Balancers

  • In Azure we have two types of load Balancers
    • Azure Load Balancer:
      • This is layer 4 LB
    • Azure Application Gateway
      • This is layer 7 LB

Setup

  • Lets create two vm images for two websites
    • boxer
    • gym

Boxer Image creation:

  • Create a vm and setup boxer website
sudo apt update
sudo apt install nginx unzip -y
cd /tmp
wget https://www.free-css.com/assets/files/free-css-templates/download/page296/oxer.zip
unzip oxer.zip
sudo mv oxer-html /var/www/html/boxer
  • Create a resource group called as vmimages
  • Now capture the image as shown in the class
    • Gallery: applications
    • vm definition: boxer
    • version: 1.0.0

Gym Image creation:

  • Create a vm and setup boxer website
sudo apt update
sudo apt install nginx unzip -y
cd /tmp
wget https://www.free-css.com/assets/files/free-css-templates/download/page296/neogym.zip
unzip neogym.zip
sudo mv /var/www/html/neogym-html/ /var/www/html/
sudo mv /var/www/html/neogym-html/ /var/www/html/gym
  • Create a resource group called as vmimages if it doesnot exist
  • Now capture the image as shown in the class
    • Gallery: applications
    • vm definition: gym
    • version: 1.0.0

Components

  • Type:
    • public: Exposed via a public ip
    • internal: Gets an internal ip to use with in network
  • Frontend:
    • This refers to ip of the load balancer
  • Backend Pool:

    • This refers to the instances which load balancer is server
      Preview
  • Watch classroom video for layer 4 and layer 7 Configuration in Azure

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube