-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improve Load Balancers #11
Comments
Two things I'd like to add:
|
Appreciate the input, thank you so much. 👏 @mishushakov a number of your points are specific to our LB product. I'll make sure to forward those to the responsible team so that they can look into triaging / prioritizing as needed. Will keep the ticket open to track the DOKS-specific parts. re: "the ability to re-use an existing loadbalancer": this is now possible on clusters running CCM v0.1.17 or later (which corresponds to DOKS versions 1.15.2-do.0, 1.14.5-do.0, 1.13.9-do.0, and later). What you basically have to do is specify the LB UUID on the corresponding Service object. See this section in the documentation for some more details. re: LBs marked as unhealthy with |
Also, please make sure to subscribe to #8 in order to stay up-to-date on developments around routing to external LBs from inside the cluster. |
Hey, one more feature to the list
Recently, my node went down, because for some reason Kubernetes pulled a wrong version of traefik, which because of configuration incompatibility caused a 22hr downtime (since the health checks could not be obtained by a load-balancer) There is currently no way for me to to know, whether a node went down, unless checking manually. The priority of such a feature is critical for me and i'd like to have it ASAP :) Thank you very much for outstanding service & support! |
Hey @mishushakov, thanks once more for providing valuable feedback. Having good observability around load balancers sounds like a reasonable request. FWIW, you could build this yourself today by polling the configured health checks periodically and reporting into a system like Prometheus. I do understand how a built-in, zero overhead mechanism would be much more convenient to have as a user, however, so I'll make sure your request gets forwarded to the right people. |
One more:
|
One more: On demand TLS or support for letsencrypt certificates when not using DO's DNS servers. |
Please see how render does automatic (wildcard) Let's Encrypt Certs |
The text was updated successfully, but these errors were encountered: