Azure Networking - #14 - Azure Load Balancer

Поділитися
Вставка
  • Опубліковано 1 сер 2024
  • #TheAzureAcademy #AzureNetworking #AzureLoadBalancer
    Learn how the Azure Load Balancer can help you today at The Azure Academy
    Azure Load Balancer distributes inbound flows that arrive at the load balancer's front end to backend pool instances. These flows are according to configured load balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a virtual machine scale set.
    Azure ILB Docs - 1:15
    Build Azure ILB - 2:45
    Check out Azure ILB - 4:45
    Azure ILB Solution - 7:50
    Test Azure ILB - 13:20
    Upgrade to Standard ILB - 14:28
    Test HA Ports - 16:55
    📲 Follow Azure Academy
    ►Twitter: / msazureacademy
    ►LinkedIn: / dean-cefola-2902934b
    ►Facebook: / azure-academy-87979521...
    💰 Support Azure Academy
    ►Patreon: / azureacademy
    📡 Contact Azure Academy
    ►Email: Dean.Cefola@Microsoft.com
    ►MAIN Channel: / azureacademy
    🤣Playlists
    ►Azure Governance: aka.ms/AzureAcademy-Governance
    ►Azure Fundamentals: aka.ms/AzureAcademy-Fundamentals
    ►Azure Blueprints: aka.ms/AzureAcademy-Blueprints
    ►Azure AD Series: aka.ms/AzureAcademy-AzureAD
    ►Azure ARM Templates: aka.ms/AzureAcademy-ARMTemplates
    ►Azure Automation: aka.ms/AzureAcademy-Automation
    ►Azure Networking: aka.ms/AzureAcademy-Networking
    ►Azure Migrations: aka.ms/AzureAcademy-Migrations
    ►Azure Backup: aka.ms/AzureAcademy-Backups
    ►Azure New Features: aka.ms/AzureAcademy-NewFeatures
    ►Windows Virtual Desktop: aka.ms/AzureAcademy-WVD
    ►Cloud Adoption Framework:aka.ms/AzureAcademy-CAF

КОМЕНТАРІ • 36

  • @ExpertInvisible
    @ExpertInvisible 4 роки тому +1

    Great work.
    HA Port is really a good feature... 👍

    • @AzureAcademy
      @AzureAcademy  4 роки тому +1

      Glad you like it, I think so too!

  • @mozbius
    @mozbius 2 роки тому +1

    Wow! Thank god for your channel!!! How is it that you make things so simple to understand!?!? It blows my mind!!! I sure ain't going to complain!!!!
    I am right away SUBSCRIBING and RINGING that bell out!!!

    • @AzureAcademy
      @AzureAcademy  2 роки тому +1

      That’s awesome, thanks for letting me know!
      Is your focus only on networking or are there other topics you are interested in…and any requests for new video topics?

  • @sunils5834
    @sunils5834 4 роки тому +1

    Thanks for the knowledge sharing! really helpful.

    • @AzureAcademy
      @AzureAcademy  4 роки тому +1

      Glad it was helpful! Let me know what was most helpful...and please share The Azure Academy with others!

  • @vijayt7857
    @vijayt7857 4 роки тому +1

    Wow HA Port is very good feature and your explanation is spot on...👌👌 Thank you Dean👍...

  • @prerna4497
    @prerna4497 3 роки тому +1

    Great video

  • @agassijoel3343
    @agassijoel3343 4 роки тому +2

    Dean this is lovely. You are awesome. You have to make a udemy course this is must. Thanks for the tutorial again.

    • @AzureAcademy
      @AzureAcademy  4 роки тому +8

      Thanks agassi joel for your kind words. I have been told this a few times...and I am sure I could make a bunch of $$$ on Udemy or Pluralsight. However I do this because I want to help the community without everyone needing to pay.
      Most people use Azure because their company does, but not every company pays for YOU to learn.
      I wanted to create high quality content so everyone who wants to can learn about Azure can, for free!
      I have my patreon page linked in every video if anyone wants to support my efforts as a way to say thank you
      www.patreon.com/AzureAcademy

    • @ExpertInvisible
      @ExpertInvisible 4 роки тому +1

      @@AzureAcademy God bless you Dean... You are great and been much helpful....💯

    • @AzureAcademy
      @AzureAcademy  4 роки тому +1

      Thank you, HE already has! 😊
      Stay safe out there.

  • @sahelihalder4636
    @sahelihalder4636 4 роки тому +1

    Awesome Dean. Can we have similar videos for Application Gateway and Traffic Manager?

    • @AzureAcademy
      @AzureAcademy  4 роки тому +2

      They are in the works...stay tuned!

    • @sahelihalder4636
      @sahelihalder4636 4 роки тому +1

      @@AzureAcademy Great!! Waiting for your mind-blowing easy explanation

    • @AzureAcademy
      @AzureAcademy  4 роки тому +1

      😁😎👍

  • @James-sc1lz
    @James-sc1lz 3 роки тому +1

    Can you cover adfs, load balancers etc in Azure. Thanks

    • @AzureAcademy
      @AzureAcademy  3 роки тому +1

      Already covered ADFS James - ua-cam.com/video/L8jqVCWj0Ic/v-deo.html

  • @rivardyortela
    @rivardyortela Рік тому +1

    Hi Dean, if the users connect to the environment using a client VPN, they can remote desktop to one VM in the host pool. However, if the user loses connection, how can you guarantee that the same user session on the VM is maintained when the user reconnects?

    • @AzureAcademy
      @AzureAcademy  Рік тому +1

      The purpose of a load balancer it to change up which device on the backend received the connection. So if I connect right now I RDP to VM 1, then I disconnect...and hour later I RDP and I want to land on VM1...so how can I guarantee that when the connection through the load balancer wants to send you to VM2?
      The answer is don't RDP through the load balancer. Even something like direct server return would work for this, but only in the short term. Once your session connection has expired, your next RDP will be treated as a new session
      Normally RDP is a function reserved for administration or troubleshooting. I would use Bastion to connect directly to VM1 when I need to RDP not do it through the LB.
      Bastion also adds extra security and encryption to the connection that you won't get with Port 3389 over the LB.
      Watch my Bastion video for all the info. ua-cam.com/video/hf_yla63fL0/v-deo.html

  • @bineeshphilip278
    @bineeshphilip278 4 роки тому +1

    What is the use case for public load balancer? Is the traffic directly hitting lb, no firewall between internet and LB?

    • @AzureAcademy
      @AzureAcademy  4 роки тому +1

      When used with a public ip, yes the traffic is going from Internet to the LB, then according to the rules it is allowed or denied etc
      The case for public LB is if you need non-http/https traffic and a regional resource.if you need a global non-http/https resource use traffic manager
      If you are using http/https traffic and you need a regionally located Resource...use application gateway...if you need a global resource use front door

    • @bineeshphilip278
      @bineeshphilip278 4 роки тому +1

      Thanks for the update. Ideally on-prem environment, three will be a firewall between internet and LB. So firewall is not needed in Azure deployment if we are deploying public LB? So Lb will act as a firewall as well?

    • @AzureAcademy
      @AzureAcademy  4 роки тому +1

      load balancer is not a firewall. however based on the NAT rules or LB Rules the load balancer will balancer traffic for the backend resources. for example: SQL - The load balanced port is 1433. So when you hit the load balancer IP with 1433 the connection is allowed and routed to the back end.
      but on port 80 the connection would be dropped.

    • @bineeshphilip278
      @bineeshphilip278 4 роки тому +1

      Thank you so much for the quick update. Btw how dow we enable the firewall features like Ddos protection,etc if allowing internet traffic to LB without firewall.

    • @AzureAcademy
      @AzureAcademy  4 роки тому +1

      everything in Azure has DDoS protection across all networks by default.
      Additionally you can setup DDoS Standard on any virtual network...this is a paid service

  • @shatabdisingh4320
    @shatabdisingh4320 2 роки тому +1

    Hello, thanks for the video but I have a question. I created a load balancer for service in AKS, and the load balancer got approved to be accessible from AKS Network Subnet Group. The load balancer has an external IP address corresponding to an internal service. But I'm not able to access the IP address provided by the load balancer.

    • @AzureAcademy
      @AzureAcademy  2 роки тому +1

      Do you mean you can’t access the public IP or the internal private IP of the load balancer?
      Do your load balancer rules all use the same that AKS is listening on?

    • @shatabdisingh4320
      @shatabdisingh4320 2 роки тому +1

      @@AzureAcademy I can't access the public IP address. Yes load balancer has same rules that of AKS listeners.

    • @shatabdisingh4320
      @shatabdisingh4320 2 роки тому +1

      I have one more question. If someone deployed something in AKS, and I want to know what was the exact yaml file they used to deploy any pods or service. How can I do that?I want to know the exact deployment file.

    • @AzureAcademy
      @AzureAcademy  2 роки тому +1

      Verify that the network security group / firewall is also allowing the same port open for that traffic

    • @AzureAcademy
      @AzureAcademy  2 роки тому +1

      I am still learning AKS…but I believe that all deployments go through the Azure control plane…so you can check the Azure deployments for that resource group…if that does not speed the exact ymal files used…it will show all the logs

  • @celestesphere1390
    @celestesphere1390 2 роки тому +1

    Horrible animations on slide changes... just keep it simple

    • @AzureAcademy
      @AzureAcademy  2 роки тому +1

      LOL…thanks for the feedback ☺️