Nodebalancer configuration constantly getting reset

Hi there,

I'm running a linode LKE setup with rancher

https://www.linode.com/docs/guides/how-to-deploy-kubernetes-on-linode-with-rancher-2-x/

It automatically generates an linode balancer for my services. I use a script or manually place my SSL certificates into the node balancer configuration for my ports. However, when linode has connectivity issues and a node balancer goes down or a machine goes down, it seems to reset the port configuration, so I have to add my SSL certificates again.

Is there anyway to avoid this? Would I have to rely on SSL termination at the pod level?

1 Reply

Hi @irlanco -

From what you're describing, it sounds like you may be missing an ingress controller which manages the routing of requests to your backend cluster. We have a guides on how to configure an Nginx ingress, and how to set-up load balancing with TLS/SSL for our LKE service that you may find helpful.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct