Azure / application-gateway-kubernetes-ingress

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
https://azure.github.io/application-gateway-kubernetes-ingress
MIT License
667 stars 413 forks source link

Need new documents based on Workload identity instead of deprecated Pod identity #1618

Open JoeyC-Dev opened 1 month ago

JoeyC-Dev commented 1 month ago

Is your feature request related to a problem? Please describe. Pod identity has been deprecated, but the documents are still using Pod identity as the steps: image image

It looks like workload identity is supposed as I have seen this comment: https://github.com/Azure/application-gateway-kubernetes-ingress/issues/1521#issuecomment-1770932986

And there is a .md file mentioning this: https://github.com/Azure/application-gateway-kubernetes-ingress/blob/master/docs/setup/install.md

Trying to edit, but no where to contribute: image

I have found branch gh-pages, but it looks like bot editing (or need to follow some other process) and I don't know if I should do a PR on this: image

Describe the solution you'd like Need new document based on workload identity.

Also, I am curious that if using az aks enable-addons --addons ingress-appgw, will the AGIC being set up under "Pod identity" or "Workload identity"?