Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify developer experience, no need for curl -H just browse a url #16

Open
LucaLanziani opened this issue Sep 19, 2023 · 0 comments · May be fixed by nearform/initium-cli#123
Open

Comments

@LucaLanziani
Copy link
Member

We want to expose real domains from the kubernetes clusters on every cloud provider and allow developers to reach the endpoint directly from the browser.

curl -H "Host: initium-nodejs-demo-app.initium-test.example.com" $INITIUM_LB_ENDPOINT

This will require the domain to be known by knative. https://github.com/knative/serving/blob/main/config/core/configmaps/domain.yaml

We have to solve this for EKS,AKS and GKE.

Feel free to create an ADR if needed or to split this into three separate ticket if the approach is different for each cloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants