当前位置: 首页 > 软件库 > 云计算 > 云原生 >

metallb

授权协议 Apache-2.0 License
开发语言 Google Go
所属分类 云计算、 云原生
软件类型 开源软件
地区 不详
投 递 者 闾丘博
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

MetalLB

MetalLB is a load-balancer implementation for baremetal Kubernetes clusters, using standardrouting protocols.

Check out MetalLB's website for moreinformation.

Contributing

We welcome contributions in all forms. Please check outthehacking and contributing guidefor more information.

Participation in this project is subject toa code of conduct.

One lightweight way you can contribute istotell us that you're using MetalLB,which will give us warm fuzzy feelings :).

Reporting security issues

You can report security issues in the github issue tracker. If youprefer private disclosure, please email dave@natulte.net and we'llfigure out a remediation timeline.

We aim for initial response to vulnerability reports within 48hours. The timeline for fixes depends on the complexity of the issue.

  • 一、MetalLB简介   MetalLB 是为裸机Kubernetes集群实现的负载均衡器,使用标准路由协议ARP或BGP。Metallb 支持两种模式: Layer2:Layer2模式必须为裸金属服务器或者支持arp广播的网络,由于云的特殊arp机制,云平台无法支持Layer2模式 BGP:bgp模式和Calico组网方式无法共存,需采用其它组网方式才能使用BGP模式 官方网站:https:/

  • https://metallb.universe.tf/installation/ 1. 什么是MetalLB 根据 官方文档 MetalLB 是裸机Kubernetes 集群的负载均衡器实现 ,使用标准路由协议。 2. 为什么需要它 如果您在云解决方案(AWS、GCP)之外部署 Kubernetes 集群,您需要一种在集群之外公开服务的方法。您可以使用 NodePort 使用端口范围 30000

  • 部署metallb 官方部署metallb文档: https://metallb.universe.tf/tutorial/layer2/ 项目地址: https://github.com/google/metallb: 部署metallb负载均衡器 $ wget https://raw.githubusercontent.com/google/metallb/v0.8.3/manifests/m

  • 学习 Ingress ,推荐使用 LoadBalancer 方式 虽然 NodePort 方式是可以的,但是,理解起来费劲,何况 NodePort 并不适合用于生产环境! 但是,普通学习环境是不支持 LoadBalancer 的 ! 幸好有个开源的 MetalLB 可以提供裸机测试环境下 LoadBalancer 支持 重点是为了下一步学习 Ingress ,所以,简单学会 Layer 2 方式,

  • 1.官方链接 https://metallb.universe.tf/concepts/ 操作步骤 step 1 安装MetalLB kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12.1/manifests/namespace.yaml kubectl apply -f https://raw.gith

  • 1、namespace apiVersion: v1 kind: Namespace metadata: name: metallb-system labels: app: metallb 2、metallb.yaml apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: labels: app: m

相关阅读

相关文章

相关问答

相关文档