The Self IP addresses chosen in the official documentation is not really explained. It took me a while to realize that the SelfIP on the tunnel simply comes from the chosen range for the tunnel.
While the route to pod CIDR block was explained in the documentation, we had to SNAT traffic from the tunnel self IP to get traffic to source from the correct IP address. Does that make sense? If we dont do this, the source IP address of traffic through the tunnel from the BIG-IP was the self IP of the interface, not the tunnel.
Also, the manifest of the VirtualServer needs to use the SNAT address, so it would be helpful to have an example of a VirtualServer creation after successful set up.
The IP address ranges are confusing when setting up Cilium and VXLAN. A diagram showing the CIDR block of the tunnel would really help, I think. Obviously it's different than VXLAN with flannel or OCP.
F5 engineer (myself) assumed we should create a "dummy node" in K8s, just like we do for VXLAN-based Flannel or Openshift integrations. However, this should NOT be done for Cilium - I realized this when reading the first link above because it's clearly called out. I realize I made a bad assumption but should we call this out in documentation?
Solution Proposed
Ideally we could update documentation. I think the following would go a long way:
explain tunnel IP addressing with a diagram
explain "no dummy node required"
explain any SNATing requirement
explain HA options (perhaps in a dedicated section).
Additional context
Also, I don't think this sentence makes grammatical sense. It's unclear to me:
Title
Documentation request: ideas to improve the Cilium set up documentation.
Description
I have just configured Cilium and VXLAN with a customer and we thought of some potential improvements to the documentation.
Actual Problem
Solution Proposed
Ideally we could update documentation. I think the following would go a long way:
Additional context
Also, I don't think this sentence makes grammatical sense. It's unclear to me:
As always, many thanks to CIS PM team!