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

Update blockchain namespaces to use headless service for nodes #893

Open
chriswessels opened this issue Aug 19, 2024 · 0 comments
Open

Update blockchain namespaces to use headless service for nodes #893

chriswessels opened this issue Aug 19, 2024 · 0 comments
Labels
meta:triaged This issue has been triaged (has a good description, as well as labels for priority, size and type) p2 Medium priority size:small Small type:feature New or enhanced functionality

Comments

@chriswessels
Copy link
Member

Currently proxyd uses service endpoints when pointing at blockchain nodes. This won't be compatible with introducing pod health checks, since it will prevent proxyd from monitoring nodes that don't pass the check. We should update the templating to use a headless service, which is more efficient (one less hop) and isn't subject to the service healthcheck.

@chriswessels chriswessels added size:small Small p2 Medium priority type:feature New or enhanced functionality meta:triaged This issue has been triaged (has a good description, as well as labels for priority, size and type) labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta:triaged This issue has been triaged (has a good description, as well as labels for priority, size and type) p2 Medium priority size:small Small type:feature New or enhanced functionality
Projects
None yet
Development

No branches or pull requests

1 participant