NEG Google Cloud similarity in Azure Cloud paired with Kubernetes

1/8/2021

Right now, my production is using Google Cloud Network Endpoint Group I am planning to use Multi-cluster spread into different Cloud Provider.

In Google Cloud, the flow is like visitor -> LB -> NEG -> Pod

I am curious, what is NEG called in Azure Cloud ? After reading azure docs, i don't find the similarity of NEG. Only Static IP Address LB and Standard IP Address LB

In google cloud, the best practice is Network Endpoint Group. What is the best practice in Azure Cloud ?

-- Nicky Puff
azure-aks
azure-cloud-services
google-cloud-platform
google-kubernetes-engine
kubernetes

1 Answer

1/28/2021

I recommend to consider this method below to replace Google Cloud Load Balancer NEG, https://azure.github.io/application-gateway-kubernetes-ingress/

or this one for fastest deployment https://docs.microsoft.com/en-us/azure/application-gateway/tutorial-ingress-controller-add-on-existing

-- Nicky Puff
Source: StackOverflow