Skip to content

Support LoxiLB in Meshery #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
weilirs opened this issue Mar 18, 2025 · 2 comments
Open

Support LoxiLB in Meshery #236

weilirs opened this issue Mar 18, 2025 · 2 comments

Comments

@weilirs
Copy link

weilirs commented Mar 18, 2025

Hi, I am a contributor at Meshery.

Since LoxiLB just released Operator with CRDs, I am working on Supporting LoxiLB in Meshery. How should I describe the relationships between the CRDs of LoxiLB?

Any documentation or guidance on this? Thanks!

More references: https://docs.meshery.io/concepts/logical/relationships

@backguynn
Copy link
Collaborator

Hello,
Thank you very much for your interest in our project.

LoxiLB defines the following CRDs:

  • LoxiURL: LoxiURL: A CRD for dynamically adding, modifying, and deleting the URL of a LoxiLB instance, as well as managing the IP Address Management (IPAM) pool used for services. (https://docs.loxilb.io/latest/kube-loxilb-url-crds/)
    The LoxiURL CRD represents the network connection between the Kubernetes cluster and external LoxiLB instances. It also manages the IP address allocation pool.

  • BGPPeerService: A CRD for dynamically adding, modifying, and deleting BGP (Border Gateway Protocol) peer configurations. (https://docs.loxilb.io/latest/k8s_bgp_policy_crd/)
    The BGPPeerService CRD represents BGP peering between LoxiLB and external BGP routers.

  • BGP Policy Definitions: A set of CRDs for defining and applying BGP policies. (https://docs.loxilb.io/latest/k8s_bgp_policy_crd/)

@inhogog2
Copy link
Collaborator

Hi @weilirs,

LoxiLB support Egress CRD also. Egress is a function that controls and optimizes traffic when services inside the cluster send data to an external network.
Please refer to this page (https://docs.loxilb.io/main/loxilb-egress/#deploy-ha-egress-with-loxilb-for-secondary-services)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants