MENU

Fun & Interesting

Azure Networking Series: Part 3, Private DNS Zone, Private Link/Endpoints, and Private Link Services

The Learning Channel 193 1 month ago
Video Not Working? Fix It Now

In this episode, we will learn about Azure Private DNS Zones, Reverse Private DNS Zones, Private Links, Private End Points, and Private Link Services. The Private Zones (Forward and Reverse Lookup) provide VNet name resolution (name to IP) and reverse resolution (IP to name) functionality. We will learn how to set them up and link them to VNets leveraging DNS Virtual Links. We will also learn how to create DNS records in bicep. We will dive into Reverse DNS domain naming convention and how to create ptr records. Azure provides many shared services such as databases, storage, IoT, and Security services but these resources have public IP addresses and consuming them would expose our VNets to the Internet. Azure provides Private Endpoints/Links to project private IPs into VNets and thus keeping all communications private within its private backbone networks. Private Link Services enable us to expose our own services that are hosted on VNets through Azure’s private network to our consumers in other VNets across the Azure cloud. Lab Prerequisites: - An Azure subscription. You can get a free 30 day trial license @ https://azure.microsoft.com - Bicep VS extension tools @ https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/install - VPN Client Entra ID Auth: Configure a P2S VPN gateway for Microsoft Entra ID (Sections: “Prerequisites”, “Create Microsoft Entra tenant users”, and “Authorize the Azure VPN application” @ authenticationhttps://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant OR: - VPN Client Cert Auth: Configure server settings for P2S VPN Gateway connections - certificate authentication - Azure portal @ https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal Point-to-site VPN client configuration workflow: Certificate authentication – Windows @ https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-vpn-client-cert- windows - VPN Client app: Windows: @ https://apps.microsoft.com/detail/9np355qt2sqb?hl=en-US&gl=US Mac: @ https://apps.apple.com/us/app/azure-vpn-client/id1553936137?mt=12 Scripts: https://github.com/gary-RR/myYouTube_video_azure_networking_part3 My other videos: ►Azure Networking Series: Part 2, Azure Network Topologies: https://youtu.be/4a21NRUzwZM ►Azure Networking Series: Part 1, Intro: https://youtu.be/Rmt15cOT_wM ►Setup Azure Kubernetes Private Clusters with API Server Vnet Integration: https://youtu.be/K0TBrW6rjE0 ►Workload Identity Part 2: How Cilium Implements Its Mutual Auth Leveraging SPIFFE and SPIRE: https://youtu.be/O3C9F3U7AV8 ►Setup Azure Kubernetes Private Clusters with API Server Vnet Integration: https://youtu.be/K0TBrW6rjE0 ►Workload Identity part 2: How Cilium Implements Its Mutual Auth Leveraging SPIFFE and SPIRE Workload Identity Part 1: Introduction to SPIFFE and SPIRE - YouTube ► Encrypt Client Communication to Kubernetes Services Leveraging Cert-Manage and Let’s Encrypt https://youtu.be/pXEFZYl2Gu0 ►Kubernetes Security, Part 4: Kubernetes Authentication (Part B: Open ID Connect Auth) https://youtu.be/M9KABid_sCY ►Kubernetes Security, Part 3: Kubernetes Auth (Part A: Overview and X509 Client Certificate auth) https://youtu.be/WZvPIoUyErM ►Kubernetes Security, Part 2: Managing POD Run Time Security https://youtu.be/NNE9whCTp0g ► Istio Ambient Service Mesh https://youtu.be/WPLVvwPGJvw ► Kubernetes Security, Part 1: Kubernetes Security Overview and Role Based Access Control (RBAC) in Detail https://youtu.be/Qwkix9z8ywU ► Cilium Service Mesh https://www.youtube.com/watch?v=-o6E8bYj-xw ► Cilium Kubernetes CNI Provider: Part 4, IP Routing Modes (Direct and Encapsulated) https://youtu.be/j2aox7K-7wU ► Cilium Kubernetes CNI Provider, Part 3: Cluster Mesh https://youtu.be/gkrPt0ZcCfo ►Cilium Kubernetes CNI Provider, Part 2: Security Policies and Observability Leveraging Hubble https://youtu.be/5EcVrm01rAU ► Cilium Kubernetes CNI Provider, Part 1: Overview of eBPF and Cilium and the Installation Process https://youtu.be/aLq3O3l2LF4 ► What is VXLAN and How It is Used as an Overlay Network in Kubernetes? https://youtu.be/WMLSD2y2Ig4 ► Managing Linux Log-ins, Users, and Machines in Active Directory (AD): Part 2- Join Linux Machines to AD: https://youtu.be/1tgqdz3lw-k ► Managing Linux Log-ins, Users, and Machines in Active Directory (AD): Part 1- Setup AD: https://youtu.be/ftxxO381-_Q ► Sharing Resources between Windows and Linux: https://youtu.be/MzHX6eUlZfs ► Kubernetes kube-proxy Modes: iptables and ipvs, Deep Dive: https://youtu.be/lkXLsD6-4jA ►Kubernetes: Configuration as Data: Environment Variables, ConfigMaps, and Secrets: https://youtu.be/mjcNIaRDAsc ►Configuring and Managing Storage in Kubernetes: https://youtu.be/U11YjaRvCd4 ► Istio Service Mesh – Securing Kubernetes Workloads: https://youtu.be/GFXjlPBsykM ► Istio Service Mesh – Intro https://youtu.be/x_HRl-Ehvb8

Comment