Skip to content

Repository files navigation

aks-nginx-ingress

AKS with nginx ingress controller

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

AKS with nginx ingress controller

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors