Steps to run the sample:
- Create infrastructure (see scripts/deploy_insfra.sh)
- Create namespaces for 3 customers (see scripts/namespaces.sh)
- Deploy environment per customer (see manifests/customer1-3.yaml). Be aware: you have to change the HOST name for the ingress definitions to match your custom URL
Check: Hit the environments via https://<CUSTOM_URL>/customer1, https://<CUSTOM_URL>/customer2, https://<CUSTOM_URL>/customer3
Outcome: each customer gets its own dedicated environment, including sticky sessions.