You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to load balance the traffic in my K8s based on the subdomain. This means postgres.example.com should forward the traffic to the running Postgres application and grafana.example.com should forward the traffic to the running Grafana application.
Description
ATM I have to create two different load balancer node pools to achieve the use case described in the Motivation. This brings an additional cost that can be cut if Claudie supports using multiple subdomains using the same Load balancer node pool.
Exit criteria
Claudie supports subdomain routing for the applications using the same Load balancer node pool.