Running K3s Mutlinode cluster with Cilium and LoxiLB #247
-
I'm currently trying to get my head around how to deploy this. I want to replace metallb inside the cluster with loxilb. I currently have cilium as the CNI. I have read through all of the blogs and how to's however it seems loxilb is always outside of the cluster ? Any guidance would be great. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
LoxiLB is currently used as external load balancer. Therefore, it is recommended that external packets whose destination is the IP of the load balancer service pass through the LoxiLB node. After configuring the topology, you can control the loxilb by deploying kube-loxilb to k8s and creating a load balancer service. |
Beta Was this translation helpful? Give feedback.
-
I think OP's question was already answered in the previous post. But since there are many similar requests, we will try to give a quick way for users to create and validate a "lab" topology with Cilium and Loxilb in approx. 10 mins. The following instructions will use a single node with multiple vms for loxilb, k3s based master/workers (with cilium) alongwith some sample apps deployment. Prerequisites:
Steps :
Thanks !! |
Beta Was this translation helpful? Give feedback.
I think OP's question was already answered in the previous post. But since there are many similar requests, we will try to give a quick way for users to create and validate a "lab" topology with Cilium and Loxilb in approx. 10 mins. The following instructions will use a single node with multiple vms for loxilb, k3s based master/workers (with cilium) alongwith some sample apps deployment.
Prerequisites:
Steps :