runtime
runtime copied to clipboard
Add `router` functionality
This is an ingress abstraction. Effectively a load balance with hostname and path based routing.
Will probably be enhanced later to use k8s's gateway api.
Making a note to ensure that we handle the http to https redirect for apps that want https only.
this has been done. opened a separate issue for the redirect enhancement