awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesNode Registration Protocols

Mechanisms for securely joining and authenticating worker nodes to a cluster control plane.

Distinguishing note: Focuses on the registration handshake and endpoint discovery rather than general cluster management.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Node Registration Protocols. Refine with filters or upvote what's useful.

Awesome Node Registration Protocols GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • seleniumhq/seleniumAvatar de SeleniumHQ

    SeleniumHQ/selenium

    34,203Voir sur GitHub↗

    Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web browsers to perform automated tasks, user interactions, and data extraction. It functions as a cross-browser testing tool, enabling developers to execute identical automation scripts across various browser engines and operating systems to ensure consistent application behavior. By implementing the WebDriver protocol, it maps high-level automation commands to browser-specific drivers using a standardized HTTP-based wire protocol. The project distinguishes itself through its distr

    Enables dynamic node discovery through periodic heartbeat events.

    Javadotnetjavajavascript
    Voir sur GitHub↗34,203
  • k3s-io/k3sAvatar de k3s-io

    k3s-io/k3s

    33,305Voir sur GitHub↗

    K3s is a lightweight Kubernetes distribution designed for resource-constrained environments, edge computing, and simplified deployment across diverse hardware architectures. It functions as a container orchestration engine that automates the deployment, scaling, and management of containerized applications. By bundling all necessary control plane components and dependencies into a single binary, it minimizes the system footprint and streamlines the installation process. The project distinguishes itself through a flexible architecture that supports both high-availability clustering and minimal

    Enables automated and secure connection of worker nodes to the cluster control plane.

    Gok8skubernetes
    Voir sur GitHub↗33,305
  • loft-sh/vclusterAvatar de loft-sh

    loft-sh/vcluster

    11,186Voir sur GitHub↗

    vcluster is a Kubernetes virtual cluster platform that creates fully isolated Kubernetes environments with dedicated control planes, API servers, and RBAC on shared physical infrastructure. It virtualizes Kubernetes control planes by running them as pods inside a host cluster, as standalone binaries on bare metal or virtual machines, or within Docker containers, providing each tenant their own isolated Kubernetes environment without the overhead of managing separate physical clusters. The platform enables multi-tenant Kubernetes isolation through multiple tenancy models, from shared node pool

    Registers node providers in the platform so tenant clusters can reference them for automatic provisioning.

    Gocloud-nativehelmk3s
    Voir sur GitHub↗11,186
  • concourse/concourseAvatar de concourse

    concourse/concourse

    7,845Voir sur GitHub↗

    Concourse is a container-based continuous integration and delivery platform that functions as a distributed build system. It operates as a declarative pipeline orchestrator, using a central controller and multiple worker nodes to execute concurrent tasks within isolated containers. The system distinguishes itself by executing every build step in a separate container to ensure environment consistency and by defining software delivery sequences through portable, versionable configuration files. It provides a web-based pipeline visualizer to display the real-time status and progress of automated

    Implements secure registration and authentication protocols for worker nodes joining the control plane.

    Go
    Voir sur GitHub↗7,845
  • mystenlabs/suiAvatar de MystenLabs

    MystenLabs/sui

    7,612Voir sur GitHub↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Implements a protocol for registering new nodes into the bridge validator committee using authority keys and API URLs.

    Rustblockchaindistributed-ledger-technologymove
    Voir sur GitHub↗7,612
  1. Home
  2. DevOps & Infrastructure
  3. Node Registration Protocols

Explorer les sous-tags

  • Node Provider RegistrationsRegistering a node provider in the virtual cluster platform so tenant clusters can reference it for automatic node provisioning. **Distinct from Node Registration Protocols:** Distinct from Node Registration Protocols: focuses on registering node providers for automatic provisioning, not the handshake protocol.