awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/seesaw

0
View on GitHub↗
5,673 星标·506 分支·Go·Apache-2.0·7 次浏览

Seesaw

Seesaw 是一个基于 Linux Virtual Server 技术的流量分发平台。它作为高可用网络集群的负载均衡器,利用 BGP Anycast 路由控制器来发布和撤销虚拟 IP 地址,从而将流量引导至最近的可用节点。

该系统包含一个直接服务器返回(DSR)编排器,允许后端服务器直接向客户端发送出站流量。它还提供了一个集群管理命令行界面,用于控制配置重载和触发节点间的故障转移。

该平台涵盖了通过 HTTP、TCP、ICMP 和 DNS 协议进行的后端健康监测。它还通过服务器权重管理来控制网络流量分发,根据容量调节每个主机接收的流量比例。

Features

  • Traffic Load Balancers - Provides a high-availability traffic distribution platform based on Linux Virtual Server (LVS) technology.
  • Cluster Failover Managers - Manages load balancer configurations and triggers failovers between nodes to maintain continuous service availability.
  • Virtual Cluster Load Balancers - Provides a Linux Virtual Server based load balancer for managing high-availability network clusters.
  • Direct Server Return - Ships a direct server return orchestrator allowing backend servers to send responses directly to clients.
  • Load Balancers - Implements a traffic distribution platform based on Linux Virtual Server technology for high-availability clusters.
  • Anycast Routing - Implements anycast routing by advertising virtual IPs via BGP to direct traffic to the nearest available node.
  • Traffic Distribution - Distributes network traffic across multiple servers using Linux Virtual Server kernel-level load balancing.
  • Upstream Health Monitoring - Implements a monitoring system that tracks the availability of backend upstream servers via multiple protocols.
  • Multi-Protocol Health Probes - Monitors backend server availability using a variety of protocols including HTTP, TCP, ICMP, and DNS.
  • Cluster Control Interfaces - Provides a command line interface for controlling reload configurations and triggering node failovers.
  • Weighted Load Balancing - Distributes incoming requests proportionally by assigning relative capacity weights to individual backend hosts.
  • Weighted Traffic Splitting - Assigns relative weights to backend hosts to control the proportion of traffic each server receives.
  • Network and Security - Linux-based load balancing system for network traffic.

Star 历史

google/seesaw 的 Star 历史图表google/seesaw 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Seesaw 的开源替代方案

相似的开源项目,按与 Seesaw 的功能重合度排序。
  • acassen/keepalivedacassen 的头像

    acassen/keepalived

    4,587在 GitHub 上查看↗

    Keepalived is a high availability manager and virtual IP failover tool that ensures continuous service availability. It coordinates the migration of floating IP addresses between master and backup nodes using the Virtual Router Redundancy Protocol to manage router redundancy and seamless failover. The project distinguishes itself by integrating with the Linux kernel IPVS module to function as a transport-layer load balancer. It distributes network traffic across backend servers using various scheduling algorithms and forwarding methods such as NAT, direct routing, or tunneling. The system in

    Cbfdcdaemon
    在 GitHub 上查看↗4,587
  • netflix/eurekaNetflix 的头像

    Netflix/eureka

    12,712在 GitHub 上查看↗

    Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a distributed service registry where instances record their network locations and health status to enable dynamic communication without the use of hardcoded addresses. The system functions as a client-side load balancing framework, providing location data to consumers so they can distribute network traffic across available instances. It employs a heartbeat-based health monitor to track instance availability and automatically removes unresponsive nodes from the registry to manage

    Java
    在 GitHub 上查看↗12,712
  • dunwu/nginx-tutorialdunwu 的头像

    dunwu/nginx-tutorial

    5,437在 GitHub 上查看↗

    This project is a set of configuration guides and instructional tutorials for setting up Nginx as a web server and reverse proxy. It provides practical examples for hosting static files and directing network traffic to backend servers. The materials cover the implementation of load balancing using weighted round-robin strategies to distribute traffic across server clusters. It also provides guidance on configuring reverse proxies to manage request flow and secure application access. The documentation includes instructions for routing requests by URL path to host multiple applications on a si

    JavaScriptload-balancernginxproxy
    在 GitHub 上查看↗5,437
  • microsoftdocs/azure-docsMicrosoftDocs 的头像

    MicrosoftDocs/azure-docs

    10,894在 GitHub 上查看↗

    Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It provides comprehensive guidance on the full spectrum of Azure services, covering everything from core infrastructure components like virtual machines, Kubernetes clusters, and serverless computing to platform services for AI, machine learning, data analytics, and storage. The documentation details how to provision, manage, and govern cloud resources at scale, including policy enforcement, identity management, and cost optimization. The documentation distinguishes Azure through i

    Markdownskilling
    在 GitHub 上查看↗10,894
查看 Seesaw 的所有 30 个替代方案→

常见问题解答

google/seesaw 是做什么的?

Seesaw 是一个基于 Linux Virtual Server 技术的流量分发平台。它作为高可用网络集群的负载均衡器,利用 BGP Anycast 路由控制器来发布和撤销虚拟 IP 地址,从而将流量引导至最近的可用节点。

google/seesaw 的主要功能有哪些?

google/seesaw 的主要功能包括:Traffic Load Balancers, Cluster Failover Managers, Virtual Cluster Load Balancers, Direct Server Return, Load Balancers, Anycast Routing, Traffic Distribution, Upstream Health Monitoring。

google/seesaw 有哪些开源替代品?

google/seesaw 的开源替代品包括: acassen/keepalived — Keepalived is a high availability manager and virtual IP failover tool that ensures continuous service availability.… netflix/eureka — Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a… optimalbits/redbird — Redbird is a Node.js reverse proxy used to route external network traffic to internal servers. It functions as a layer… dunwu/nginx-tutorial — This project is a set of configuration guides and instructional tutorials for setting up Nginx as a web server and… microsoftdocs/azure-docs — Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It… metallb/metallb — MetalLB is a Kubernetes load balancer implementation and IP address manager designed for bare metal clusters. It…