mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Corrected broken links of porterlb.io
Signed-off-by: Santosh <santoshdts@dtshbl@gmail.com>
This commit is contained in:
parent
967b993473
commit
55274172aa
|
|
@ -90,7 +90,7 @@ section4:
|
|||
|
||||
- name: Multiple Storage and Networking Solutions
|
||||
icon: /images/home/multi-tenant-management.svg
|
||||
content: Support GlusterFS, CephRBD, NFS, LocalPV solutions, and provide CSI plugins to consume storage from multiple cloud providers. Provide a <a class='inner-a' target='_blank' href='https://porterlb.io'>load balancer OpenELB</a> for bare metal Kubernetes, and offers network policy management, support Calico and Flannel CNI
|
||||
content: Support GlusterFS, CephRBD, NFS, LocalPV solutions, and provide CSI plugins to consume storage from multiple cloud providers. Provide a <a class='inner-a' target='_blank' href='https://openelb.github.io/'>load balancer OpenELB</a> for bare metal Kubernetes, and offers network policy management, support Calico and Flannel CNI
|
||||
|
||||
features:
|
||||
|
||||
|
|
|
|||
|
|
@ -53,4 +53,4 @@ For detailed information about the architecture and principle, please refer to [
|
|||
## Related Resources
|
||||
|
||||
- [Porter: A Promising Newcomer in CNCF Landscape for Bare Metal Kubernetes Clusters](https://dzone.com/articles/porter-an-open-source-load-balancer-for-kubernetes)
|
||||
- [Porter Website](https://porterlb.io/)
|
||||
- [Porter Website](https://openelb.github.io/)
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ For the first problem, Ingress can be used for L4 but the configuration of Ingre
|
|||
|
||||
## Porter Introduction
|
||||
|
||||
[Porter](https://porterlb.io) is an open source cloud native load balancing plugin designed by the KubeSphere development team based on Border Gateway Protocol (BGP). It meanly features:
|
||||
[Porter](https://openelb.github.io/) is an open source cloud native load balancing plugin designed by the KubeSphere development team based on Border Gateway Protocol (BGP). It meanly features:
|
||||
|
||||
1. ECMP routing load balancing
|
||||
2. BGP dynamic routing configuration
|
||||
|
|
@ -143,4 +143,4 @@ There are two advantages in this method:
|
|||
## Related Resources
|
||||
|
||||
- [KubeCon Shanghai: Porter - An Open Source Load Balancer for Bare Metal Kubernetes](https://www.youtube.com/watch?v=EjU1yAVxXYQ)
|
||||
- [Porter Website](https://porterlb.io)
|
||||
- [Porter Website](https://openelb.github.io/)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ groups:
|
|||
children:
|
||||
- title: OpenELB
|
||||
icon: 'https://pek3b.qingstor.com/kubesphere-docs/png/20200608102707.png'
|
||||
link: 'https://porterlb.io'
|
||||
link: 'https://openelb.github.io/'
|
||||
description: OpenELB is an open source load balancer designed for bare metal Kubernetes clusters. It’s implemented by physical switch, and uses BGP and ECMP to achieve the best performance and high availability.
|
||||
|
||||
- name: Installer
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ section4:
|
|||
|
||||
- name: 支持多种存储与网络方案
|
||||
icon: /images/home/multi-tenant-management.svg
|
||||
content: 支持 GlusterFS、Ceph、NFS、LocalPV,提供多个 CSI 插件对接公有云与企业级存储;提供面向物理机 Kubernetes 环境的负载均衡器 <a class='inner-a' target='_blank' href='https://porterlb.io'>OpenELB</a>,支持网络策略可视化,支持 Calico、Flannel、Cilium、Kube-OVN 等网络插件
|
||||
content: 支持 GlusterFS、Ceph、NFS、LocalPV,提供多个 CSI 插件对接公有云与企业级存储;提供面向物理机 Kubernetes 环境的负载均衡器 <a class='inner-a' target='_blank' href='https://openelb.github.io/'>OpenELB</a>,支持网络策略可视化,支持 Calico、Flannel、Cilium、Kube-OVN 等网络插件
|
||||
|
||||
features:
|
||||
- name: Kubernetes DevOps 系统
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ Ingress 并不是 Kubernetes 服务本身提供的暴露方式,而是借助于
|
|||
|
||||
## Porter 介绍
|
||||
|
||||
[Porter](https://porterlb.io) 是 KubeSphere 团队研发的一款开源的基于 BGP 协议的云原生负载均衡器插件。它的主要特性有:
|
||||
[Porter](https://openelb.github.io/) 是 KubeSphere 团队研发的一款开源的基于 BGP 协议的云原生负载均衡器插件。它的主要特性有:
|
||||
|
||||
1. 基于路由器 ECMP 的负载均衡
|
||||
2. 基于 BGP 路由动态配置
|
||||
|
|
@ -141,4 +141,4 @@ Porter 中的所有资源都是 CRD,包括 VIP、BGPPeer、BGPConfig 等。对
|
|||
## 相关资源
|
||||
|
||||
- [KubeCon Shanghai: Porter - An Open Source Load Balancer for Bare Metal Kubernetes](https://www.youtube.com/watch?v=EjU1yAVxXYQ)
|
||||
- [Porter 官网](https://porterlb.io)
|
||||
- [Porter 官网](https://openelb.github.io/)
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ A:可以,但是不建议共用。可以避免爆炸半径过大。
|
|||
### Q6:OpenELB 可以用在生产环境吗?
|
||||
|
||||
|
||||
A:可以,[官网](https://porterlb.io/about/)上已经有一些生产环境的案例。
|
||||
A:可以,[官网](https://openelb.github.io/)上已经有一些生产环境的案例。
|
||||
|
||||
### Q7:APISIX 是以什么方式对外暴露的?
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ groups:
|
|||
children:
|
||||
- title: Porter 负载均衡器
|
||||
icon: 'https://pek3b.qingstor.com/kubesphere-docs/png/20200608102707.png'
|
||||
link: 'https://porterlb.io'
|
||||
link: 'https://openelb.github.io/'
|
||||
description: 适用于物理部署 Kubernetes 环境的负载均衡器插件,Porter 使用物理交换机实现,利用 BGP 和 ECMP 从而达到性能最优和高可用性,提供用户在物理环境暴露 LoadBalancer 类型服务与云上获得一致性体验。
|
||||
|
||||
- name: 安装部署
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@ footer:
|
|||
link: observability/
|
||||
|
||||
- content: Bare Metal LoadBalancer
|
||||
link: 'https://porterlb.io/'
|
||||
link: 'https://openelb.github.io/'
|
||||
|
||||
- content: Functions-as-a-Service Platform and Serverless
|
||||
link: 'https://github.com/OpenFunction/OpenFunction'
|
||||
link: 'https://github.com/OpenFunction/OpenFunction'
|
||||
|
||||
- content: Multi-cloud Apps Mgmt
|
||||
link: 'https://github.com/openpitrix/openpitrix'
|
||||
|
|
@ -56,7 +56,7 @@ footer:
|
|||
link: https://kubesphere.io
|
||||
- content: China Site
|
||||
link: https://kubesphere.com.cn/
|
||||
|
||||
|
||||
- title: Products and Services
|
||||
list:
|
||||
- content: KubeSphere on AWS
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ footer:
|
|||
link: observability/
|
||||
|
||||
- content: 物理机 K8s 暴露服务
|
||||
link: 'https://porterlb.io'
|
||||
link: 'https://openelb.github.io/'
|
||||
|
||||
- content: K8s 一键部署与运维
|
||||
link: 'https://github.com/kubesphere/kubekey'
|
||||
|
|
@ -52,7 +52,7 @@ footer:
|
|||
- content: 参与贡献
|
||||
link: contribution/
|
||||
- content: 社区活动
|
||||
link: live/
|
||||
link: live/
|
||||
- content: 案例学习
|
||||
link: case/
|
||||
- content: 合作伙伴
|
||||
|
|
@ -83,6 +83,6 @@ footer:
|
|||
- content: 云原生应用服务平台
|
||||
link: 'https://kubesphere.cloud'
|
||||
- content: 技术支持服务
|
||||
link: 'https://kubesphere.cloud/ticket/'
|
||||
link: 'https://kubesphere.cloud/ticket/'
|
||||
- content: 了解商业产品与咨询合作
|
||||
link: 'https://jinshuju.net/f/C8uB8k'
|
||||
|
|
|
|||
Loading…
Reference in New Issue