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

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

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

3 个仓库

Awesome GitHub RepositoriesNode DNS Synchronization

Synchronizing the IP addresses of cluster nodes as DNS records.

Distinct from Cluster Node Management: Focuses on DNS record creation for nodes specifically, rather than general node lifecycle or state management.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Node DNS Synchronization. Refine with filters or upvote what's useful.

Awesome Node DNS Synchronization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kubernetes-sigs/external-dnskubernetes-sigs 的头像

    kubernetes-sigs/external-dns

    8,999在 GitHub 上查看↗

    ExternalDNS is a controller that automatically synchronizes Kubernetes resource states with external DNS providers. It monitors cluster resources such as services, ingresses, and gateway APIs to dynamically create and update DNS records, enabling automated service discovery and external traffic management. The project features a provider-agnostic interface that supports a wide array of cloud-managed vendors and on-premises providers, as well as an extension system for custom providers via webhooks and sidecars. It implements a reconciliation loop that uses resource annotations and custom reso

    Creates A and AAAA records for cluster nodes based on their internal or external IP addresses.

    Goawsclouddnsdns
    在 GitHub 上查看↗8,999
  • livebook-dev/livebooklivebook-dev 的头像

    livebook-dev/livebook

    5,805在 GitHub 上查看↗

    Livebook is an interactive notebook platform for Elixir that provides a web-based environment for writing and running code cells alongside Markdown content, visualizations, and reproducible workflows. It serves as a multi-cloud auto-clustering tool that automatically discovers and joins Elixir nodes into clusters across Kubernetes, AWS ECS, and Fly.io for distributed execution, and also functions as a notebook deployment tool that packages notebooks into standalone web applications with authentication, secrets, and Docker support. The platform enables real-time collaborative editing, synchron

    Automatically discovers and joins Elixir nodes into clusters using DNS A/AAAA record resolution.

    Elixirchartscollaborativedistributed-computing
    在 GitHub 上查看↗5,805
  • gluster/glusterfsgluster 的头像

    gluster/glusterfs

    5,191在 GitHub 上查看↗

    GlusterFS 是一个软件定义的分布式文件系统和横向扩展存储集群,将来自多个服务器的磁盘资源聚合到一个单一的全局命名空间中。它作为一个统一的存储平台,允许通过文件、块和对象存储接口暴露相同的基础数据。 该系统通过去中心化架构脱颖而出,该架构使用一致性哈希在网络节点之间分发文件,而无需中央元数据服务器。它通过自愈复制、基于仲裁的一致性来防止脑裂场景,以及用于跨地理位置灾难恢复的异步地理复制,确保了数据完整性和可用性。 该平台通过 NFS、Samba 和 iSCSI 提供广泛的多协议存储导出功能,以及全面的卷管理功能,包括时间点快照、存储配额和弹性容量扩展。安全性通过传输中的 TLS 加密、身份管理集成和细粒度的 POSIX 访问控制来处理。 该软件可通过社区仓库以二进制包的形式提供,适用于各种 Linux 发行版。

    Uses DNS-based service discovery to resolve storage server addresses so clients can connect to healthy nodes.

    C
    在 GitHub 上查看↗5,191
  1. Home
  2. DevOps & Infrastructure
  3. Cluster Node Management
  4. Node DNS Synchronization

探索子标签

  • DNS-Based Node DiscoveryDiscovering and joining cluster nodes by resolving DNS A/AAAA records to find other members. **Distinct from Node DNS Synchronization:** Distinct from Node DNS Synchronization: focuses on using DNS resolution for node discovery, not synchronizing IP addresses as DNS records.