Showing Posts From

Networking

Exposing AKS Workloads with Application Gateway for Containers

Learn how Application Gateway for Containers provides Azure-native application load balancing for AKS workloads, how it differs from AGIC, and how it supports both Ingress and Gateway API.

Exposing AKS Workloads with Application Gateway Ingress Controller

Learn how Application Gateway Ingress Controller connects Kubernetes Ingress rules to Azure Application Gateway, and how to expose AKS workloads through an Azure-native Layer 7 entry point.

Deploying Ingress on AKS: Exposing a Kubernetes App with Managed NGINX

Learn how to expose applications on Azure Kubernetes Service using the application routing add-on, managed NGINX ingress, Services, and path-based routing.

Understanding Kubernetes Ingress: Routing External Traffic to Your Services

Learn how Kubernetes Ingress routes external HTTP and HTTPS traffic to Services, how host and path routing work, and why an Ingress controller is needed.

Understanding Kubernetes Services: Giving Pods a Stable Network Address

Learn how Kubernetes Services give changing groups of pods a stable network address, route traffic to healthy pods, and prepare the foundation for Ingress.