Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Apply the Virtual Gateway manifest file #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/virtualgateway/nodejs-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ spec:
name: nodejs
---
EOF

kubectl apply -f ~/environment/eks-scripts/app-mesh-virtual-gateway.yml
```
If you take a close look at the previous manifest file, you will notice we added one GatewayRoute with a single route for path /eks. In practical terms this means any requests that arrive at the NLB with path /eks will get rerouted to the Virtual Service nodeJS.

Expand Down