forked from loxilb-io/loxilbdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
70 lines (67 loc) · 3.9 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
site_name: loxilb v0.9.4
site_url: https://loxilb-io.github.io/loxilbdocs
theme:
name: mkdocs
features:
- navigation.sections
analytics:
gtag: G-21G7NBL2BN
nav:
- Home: index.md
- Architectural Considerations:
- Understanding loxilb deployment in K8s with kube-loxilb: kube-loxilb.md
- Understanding High-availability with loxilb: ha-deploy.md
- Getting Started:
- ext-cluster pod - K3s/loxilb with default flannel: k3s_quick_start_flannel.md
- ext-cluster pod - K3s/loxilb with calico: k3s_quick_start_calico.md
- ext-cluster pod - K3s/loxilb with cilium: quick_start_with_cilium.md
- ext-cluster pod - K0s/loxilb with kube-router: k0s_quick_start.md
- in-cluster pod - K3s/loxilb in-cluster mode: k3s_quick_start_incluster.md
- in-cluster pod - K0s/loxilb in-cluster mode: k0s_quick_start_incluster.md
- in-cluster pod - MicroK8s/loxilb in-cluster mode: microk8s_quick_start_incluster.md
- service-proxy - K3s/loxilb service-proxy with flannel: service-proxy-flannel.md
- service-proxy - K3s/loxilb service-proxy with calico: service-proxy-calico.md
- loxilb in standalone mode: standalone.md
- Advanced Guides:
- How-To - service-group zones: service-zones.md
- How-To - access end-points outside K8s: ext-ep.md
- How-To - Deploy multi-server K3s HA with loxilb: k3s-multi-master.md
- Knowledge Base:
- What is eBPF: ebpf.md
- What is k8s service - load-balancer: lb.md
- Architecture in brief: arch.md
- Code organization: code.md
- eBPF internals: loxilbebpf.md
- NAT Modes of loxilb: nat.md
- loxilb load-balancer algorithms: lb-algo.md
- Manual steps to build/run: run.md
- Debugging loxilb: debugging.md
- Developer's guide to loxicmd: cmd-dev.md
- Developer's guide to loxilb API: api-dev.md
- loxilb api-reference: api.md
- Performance Report: perf.md
- Development Roadmap: roadmap.md
- Contribution Guide: contribute.md
- System Requirements: requirements.md
- Frequenctly Asked Questions- FAQs: faq.md
- Blogs:
- K8s - Elevating Cluster Networking: https://www.loxilb.io/post/loxilb-cluster-networking-elevating-k8s-networking-capabilities
- eBPF - Map Sync using Go: https://www.loxilb.io/post/state-synchronization-of-ebpf-maps-using-go-a-tale-of-two-frameworks
- K8s in-cluster service LB with LoxiLB: https://www.loxilb.io/post/k8s-nuances-of-in-cluster-external-service-lb-with-loxilb
- K8s - Introducing SCTP Multihoming with LoxiLB: https://www.loxilb.io/post/k8s-introducing-sctp-multihoming-functionality-with-loxilb
- Hyperscale anycast load balancing with HA: https://www.loxilb.io/post/loxilb-anycast-service-load-balancing-with-high-availability
- Getting started with loxilb on Amazon EKS: https://www.loxilb.io/post/loxilb-load-balancer-setup-on-eks
- K8s - Deploying hitless Load-Balancing: https://www.loxilb.io/post/k8s-deploying-hitless-and-ha-load-balancing
- Ipv6 migration in Kubernetes made easy: https://www.loxilb.io/post/k8s-exposing-ipv4-services-externally-as-ipv6
- Load-balancer Perf comparison on Amazon Graviton2: https://www.loxilb.io/post/running-loxilb-on-aws-graviton2-based-ec2-instance
- Community Posts:
- 5G SCTP LoadBalancer Using loxilb: https://futuredon.medium.com/5g-sctp-loadbalancer-using-loxilb-b525198a9103
- 5G Uplink Classifier Using loxilb: https://futuredon.medium.com/5g-uplink-classifier-using-loxilb-7593a4d66f4c
- K3s - Using loxilb as external service lb: https://cloudybytes.medium.com/k3s-using-loxilb-as-external-service-lb-2ea4ce61e159
- 5G SCTP LoadBalancer Using LoxiLB Applying on free5GC: https://medium.com/@ben0978327139/5g-sctp-loadbalancer-using-loxilb-applying-on-free5gc-b5c05bb723f0
extra:
version: v0.9.4 (Latest)
extra_css:
- stylesheets/extra.css
plugins:
- mermaid2