Skip to content

nehalineogi/aks-app-gw-ingress

Repository files navigation

Application Gateway as Ingress Controller with Azure Kubernetes Service

Blog link

https://nehalineogi.blogspot.com/

Architecture Diagram

Architecture

Test Drive

Fanout

Virtual Host

Howto

Create Namespace

kubectl create namespace colors-ns

Create Deployments

 kubectl apply -f red-deployment.yaml
 kubectl apply -f green-deployment.yaml
 kubectl apply -f blue-deployment.yaml
 kubectl apply -f white-deployment.yaml

Ingress

kubectl apply -f colors-fanout.yaml
kubectl apply -f colors-virtual-host.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published