Skip to content

Commit

Permalink
Deployed 47ffb66 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2023
1 parent 4529644 commit 87e1d0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ha-deploy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ <h4 id="configuration-options">Configuration options</h4>
<li><b>"--setRoles=0.0.0.0" -</b> This option will enable kube-loxilb to choose active-backup amongst the loxilb instance and the svc IP to be configured on the active loxilb node.</li>
<li><b>"--setLBMode=1" -</b> This option will enable kube-loxilb to configure svc in one-arm mode towards the endpoints.</li>
</ul>
<p>Sample kube-loxilb.yaml can be found <a href="https://github.com/loxilb-io/kube-loxilb/blob/main/manifest/in-cluster/kube-loxilb.yaml">here</a>.</p>
<h3 id="roles-and-responsiblities-for-loxilb">Roles and Responsiblities for loxilb:</h3>
<ul>
<li>Tracks and directs the external traffic destined to svc to the endpoints.</li>
Expand Down Expand Up @@ -314,6 +315,7 @@ <h4 id="configuration-options_1">Configuration options</h4>
<p><b>"--blacklist=cni[0-9a-z]|veth.|flannel." -</b> mandatory for running in in-cluster mode. As loxilb attaches it's ebpf programs on all the interfaces but since we running it in the default namespace then all the interfaces including CNI interfaces will be exposed and loxilb will attach it's ebpf program in those interfaces which is definitely not desired. So, user needs to mention a regex for excluding all those interfaces. The regex in the given example will exclude the flannel interfaces. "--blacklist=cali.|tunl.|vxlan[.]calico|veth.|cni[0-9a-z]" regex must be used with calico CNI.</p>
</li>
</ul>
<p>Sample loxilb.yaml can be found <a href="https://github.com/loxilb-io/kube-loxilb/blob/main/manifest/in-cluster/loxilb.yaml">here</a>.</p>
<h3 id="failover">Failover</h3>
<p>This diagram describes the failover scenario:</p>
<p><img alt="setup" src="../photos/loxilb-k8s-arch-LoxiLB-HA-L2-2.drawio.svg" /></p>
Expand Down Expand Up @@ -362,8 +364,9 @@ <h4 id="configuration-options_2">Configuration options</h4>
<li><b>"--setRoles=0.0.0.0" -</b> This option will enable kube-loxilb to choose active-backup amongst the loxilb instance and the svc IP to be configured on the active loxilb node.</li>
<li><b>"--setLBMode=1" -</b> This option will enable kube-loxilb to configure svc in one-arm mode towards the endpoints.</li>
<li><b>"--setBGP=65100" -</b> This option will let kube-loxilb to configure local AS number in the bgp instance.</li>
<li><b>"--extBGPPeers=50.50.50.1:65101" -</b> This option will configure the bgp instance's external neighbors</li>
<li><b>"--extBGPPeers=50.50.50.1:65101" -</b> This option will configure the bgp instance's external neighbors.</li>
</ul>
<p>Sample kube-loxilb.yaml can be found <a href="https://github.com/loxilb-io/kube-loxilb/blob/main/manifest/in-cluster/kube-loxilb.yaml">here</a>.</p>
<h3 id="roles-and-responsiblities-for-loxilb_1">Roles and Responsiblities for loxilb:</h3>
<ul>
<li>Advertises SVC IP as per the state(active or backup).</li>
Expand Down Expand Up @@ -397,6 +400,7 @@ <h4 id="configuration-options_3">Configuration options</h4>
<p><b>"--blacklist=cni[0-9a-z]|veth.|flannel." -</b> mandatory for running in in-cluster mode. As loxilb attaches it's ebpf programs on all the interfaces but since we running it in the default namespace then all the interfaces including CNI interfaces will be exposed and loxilb will attach it's ebpf program in those interfaces which is definitely not desired. So, user needs to mention a regex for excluding all those interfaces. The regex in the given example will exclude the flannel interfaces. "--blacklist=cali.|tunl.|vxlan[.]calico|veth.|cni[0-9a-z]" regex must be used with calico CNI.</p>
</li>
</ul>
<p>Sample loxilb.yaml can be found <a href="https://github.com/loxilb-io/kube-loxilb/blob/main/manifest/in-cluster/loxilb.yaml">here</a>.</p>
<h3 id="failover_1">Failover</h3>
<p>This diagram describes the failover scenario:</p>
<p><img alt="setup" src="../photos/loxilb-k8s-arch-LoxiLB-HA-L3-2.drawio.svg" /></p>
Expand Down Expand Up @@ -445,6 +449,7 @@ <h4 id="configuration-options_4">Configuration options</h4>
<li><b>"--setBGP=65100" -</b> This option will let kube-loxilb to configure local AS number in the bgp instance.</li>
<li><b>"--extBGPPeers=50.50.50.1:65101" -</b> This option will configure the bgp instance's external neighbors</li>
</ul>
<p>Sample kube-loxilb.yaml can be found <a href="https://github.com/loxilb-io/kube-loxilb/blob/main/manifest/in-cluster/kube-loxilb.yaml">here</a>.</p>
<h3 id="roles-and-responsiblities-for-loxilb_2">Roles and Responsiblities for loxilb:</h3>
<ul>
<li>Advertises SVC IP with same attributes.</li>
Expand Down Expand Up @@ -478,6 +483,7 @@ <h4 id="configuration-options_5">Configuration options</h4>
<p><b>"--blacklist=cni[0-9a-z]|veth.|flannel." -</b> mandatory for running in in-cluster mode. As loxilb attaches it's ebpf programs on all the interfaces but since we running it in the default namespace then all the interfaces including CNI interfaces will be exposed and loxilb will attach it's ebpf program in those interfaces which is definitely not desired. So, user needs to mention a regex for excluding all those interfaces. The regex in the given example will exclude the flannel interfaces. "--blacklist=cali.|tunl.|vxlan[.]calico|veth.|cni[0-9a-z]" regex must be used with calico CNI.</p>
</li>
</ul>
<p>Sample loxilb.yaml can be found <a href="https://github.com/loxilb-io/kube-loxilb/blob/main/manifest/in-cluster/loxilb.yaml">here</a>.</p>
<h3 id="failover_2">Failover</h3>
<p>This diagram describes the failover scenario:</p>
<p><img alt="setup" src="../photos/loxilb-k8s-arch-LoxiLB-HA-L3-ECMP-2.drawio.svg" /></p>
Expand Down Expand Up @@ -526,6 +532,7 @@ <h4 id="configuration-options_6">Configuration options</h4>
<li><b>"--setBGP=65100" -</b> This option will let kube-loxilb to configure local AS number in the bgp instance.</li>
<li><b>"--extBGPPeers=50.50.50.1:65101" -</b> This option will configure the bgp instance's external neighbors</li>
</ul>
<p>Sample kube-loxilb.yaml can be found <a href="https://github.com/loxilb-io/kube-loxilb/blob/main/manifest/ext-cluster/kube-loxilb.yaml">here</a>.</p>
<h3 id="roles-and-responsiblities-for-loxilb_3">Roles and Responsiblities for loxilb:</h3>
<ul>
<li>Advertises SVC IP as per the state(active/backup).</li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,5 +431,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2023-10-20 06:22:24.519479+00:00
Build Date UTC : 2023-10-20 06:46:10.767317+00:00
-->
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 87e1d0f

Please sign in to comment.