duylong
duylong
This is useful for example during migrations when you want to run 2 systems in parallel, one system still in VMs and the other in containers, the time to validate...
Sorry for the late reply, I was on vacation, came back today. Indeed the local preference makes it possible to define weights for the routing. We favored the metric attribute...
Not at all, we currently have FRR daemon on our VMs, independently of MetalLB. As part of my tests with MetalLB, I would like to have a use similar to...
Hello, I tested the Weave solution with Kubernetes and I find it super simple and functional. However, looking at this ticket, I see that IPv6 is not implemented and it...
I have several interfaces on my server in different VLANs. Without filtering and with the MASQUERADE mode by default, we give containers full access to the different routes, I wanted...
I wanted to avoid defining network rules on egress, I will have to do it I think. Maybe we could add the source to the default pod route. We turn...
"source IP" = "source in the default route". For example: ``` default via fe80::ecee:eeff:feee:eeee dev eth0 src SERVICE__IP ``` I don't know if it works. I would look at BGP...
For my problem, I finally made a double attachment with Multus, that solves my problem with the source IP. Now I have 2 default routes, created by Calico and my...
> Do your nodes have any associations assigned (excluding the controller)? That is what the log is referring to. Indeed, I mainly have the controller as an association. The typography...
Hi, I have a similar problem. To solve the blocking problem I had to put a "keepalived" option on the upstream. However, I am facing the error below: ``` Secure...