Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 532 Bytes

File metadata and controls

16 lines (11 loc) · 532 Bytes

Test Ingresses

Used services are created here Balancer is created here

To test all incresses execute

kubectl create -f all.yaml

To test the ingresses you may need to add Host header to the requests

  • Requests to game.stackpoint.io will be sent to the game2048 service
  • Requests to foo.stackpoint.io with path /bar1or /bar2will be sent to echoheaders service
  • Requests not matching any of the previous rules will be sent to default-backend service