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

[ws-proxy] Don't use DNS but service endpoints #6441

Closed
csweichel opened this issue Oct 28, 2021 · 3 comments · Fixed by #6462
Closed

[ws-proxy] Don't use DNS but service endpoints #6441

csweichel opened this issue Oct 28, 2021 · 3 comments · Fixed by #6462

Comments

@csweichel
Copy link
Contributor

Right now we use the kubernetes internal DNS to resolve endpoints for workspaces. This incurs the DNS propagation delays and is a bit fickle. Instead we could use the service endpoints, or even pods directly to determine where a request should go.

@csweichel csweichel added component: ws-proxy aspect: performance anything related to performance team: workspace Issue belongs to the Workspace team labels Oct 28, 2021
@csweichel
Copy link
Contributor Author

/schedule

@roboquat
Copy link
Contributor

@csweichel: Issue scheduled in the workspace team (WIP: 0)

In response to this:

/schedule

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@csweichel
Copy link
Contributor Author

/assign @aledbf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspect: performance anything related to performance component: ws-proxy groundwork: awaiting deployment team: workspace Issue belongs to the Workspace team
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants
@aledbf @csweichel @roboquat and others