Skip to content

Commit

Permalink
PR - Update README.md to include loxilb in networking sub-section (#77)
Browse files Browse the repository at this point in the history
* Update README.md to include loxilb

* Update README.md

Rename proxy to proxy and load balancer
Add loxilb

---------

Co-authored-by: Jimmy Song <[email protected]>
  • Loading branch information
UltraInstinct14 and rootsongjc committed Mar 11, 2024
1 parent 5907a33 commit 27e5240
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Cloud Native is a behavior and design philosophy. At its essence, any behavior o
- [Network](#network)
- [Observability](#observability)
- [Orchestration and Scheduler](#orchestration-and-scheduler)
- [Proxy](#proxy)
- [Proxy and Load Balancer](#proxy-and-load-balancer)
- [RPC](#rpc)
- [Runtime](#runtime)
- [Security and Audit](#security-and-audit)
Expand Down Expand Up @@ -391,7 +391,7 @@ Cloud Native is a behavior and design philosophy. At its essence, any behavior o
- [vamp](https://github.com/magneticio/vamp) - Vamp - canary releasing and autoscaling for microservice systems.
- [volcano](https://github.com/volcano-sh/volcano) - A Kubernetes Native Batch System (Project under CNCF).

## Proxy
## Proxy and Load Balancer

- [apisix-ingress-controller](https://github.com/apache/apisix-ingress-controller) - Ingress controller for K8s.
- [caddy](https://github.com/caddyserver/caddy) - Fast, cross-platform HTTP/2 web server with automatic HTTPS.
Expand All @@ -407,6 +407,7 @@ Cloud Native is a behavior and design philosophy. At its essence, any behavior o
- [katran](https://github.com/facebookincubator/katran) - A high performance layer 4 load balancer.
- [kong-ingress](https://github.com/koli/kong-ingress) - A Kubernetes Ingress for Kong.
- [kong/kubernetes-ingress-controller](https://github.com/Kong/kubernetes-ingress-controller) - Deploy Kong in a native Kubernetes Ingress Controller.
- [loxilb](https://github.com/loxilb-io/loxilb) - eBPF powered cloud-native load-balancer providing efficient externalLB, clusterIP and nodePort services for Kubernetes.
- [metallb](https://github.com/metallb/metallb) - A network load-balancer implementation for Kubernetes using standard routing protocols.
- [mosn](https://github.com/mosn/mosn) - MOSN is a cloud native proxy for edge or service mesh.
- [nginx-kubernetes-ingress](https://github.com/nginxinc/kubernetes-ingress) - NGINX and NGINX Plus Ingress Controllers for Kubernetes.
Expand Down

0 comments on commit 27e5240

Please sign in to comment.