Azure-Samples / aks-store-demo

Sample microservices app for AKS demos, tutorials, and experiments
MIT License
156 stars 275 forks source link

Istio ingress gateway #80

Closed ksubrmnn closed 11 months ago

ksubrmnn commented 11 months ago

Purpose

Add compatibility with Azure Service Mesh

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce? Adds manifests needed for aks-store-demo to work with Azure Service Mesh

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  1. Create cluster with ASM
  2. kubectl label namespace pets istio.io/rev=asm-1-17
  3. kubectl apply -f aks-store-quickstart.yaml
  4. kubectl apply -f manifests/istio/gateway.yaml
  5. Connect to store-front ExternalIP in browser

What to Check

Verify that the following are valid

Other Information

chzbrgr71 commented 11 months ago

LGTM