outscale/exercising-k8s-the-hardway

Outscale LBU not working properly

Closed this issue · 4 comments

Hello,

I'm trying to make the LBU work with my control plane.

The HTTPS listener simply doesn't work although everything is configured as it should be.

Same thing for the health check. I see no traffic coming from the loadbalancer on my instance (checked with ngrep).

Am I missing something?

Thanks for your help!

image
image
image

Hi!

Are you using this project to deploy your load balancer? Did you make any change?
A technic to debug your load balancer is to first ensure that the service behind is available and can accept connexions on the port.

If it helps, you can check an exemple of kubernetes API load balancing in kubernetes-lb.tf

Hi,

I re-read again your issue and noticed that you are using HTTPS. Maybe check your SSL configuration or try with TCP if your instances are able to terminate SSL traffic.

Hi @jerome-jutteau , thank you for your comments. But it looks like the issue were on your side following a ticket opened with your support.

We can close this issue.

Thank you anyway.

Feel free to open an issue here as needed. Note that you can also test deploying a cluster based on RKE in outscale-dev/osc-k8s-rke-cluster.