awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesToken-Based Bootstrapping

Automated joining of worker nodes to a controller using secure authentication tokens.

Distinct from Worker Node Management: Focuses on the initial join/setup process rather than ongoing operational management

Explore 4 awesome GitHub repositories matching devops & infrastructure · Token-Based Bootstrapping. Refine with filters or upvote what's useful.

Awesome Token-Based Bootstrapping GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • opsnull/follow-me-install-kubernetes-clusterالصورة الرمزية لـ opsnull

    opsnull/follow-me-install-kubernetes-cluster

    7,546عرض على GitHub↗

    This project provides a comprehensive guide and set of scripts for deploying and configuring a production-ready Kubernetes cluster from scratch. It centers on establishing a functional environment by installing core management components, storage, and networking across multiple nodes. The implementation emphasizes high availability for the control plane, utilizing layer-4 load balancing and leader election for the API server, scheduler, and controller manager. It further ensures reliability through the deployment of a distributed key-value store for persistent runtime data. The project cover

    Implements automated joining of worker nodes to the cluster using secure authentication tokens.

    Shellcontainerdcorednsdocker
    عرض على GitHub↗7,546
  • k0sproject/k0sالصورة الرمزية لـ k0sproject

    k0sproject/k0s

    6,290عرض على GitHub↗

    k0s is a Kubernetes distribution that packages all control plane and worker components into a single binary, enabling cluster deployment with no host dependencies beyond the Linux kernel. It supports a container-native runtime where controllers and workers run inside Docker containers using a single OCI image, and offers declarative YAML configuration for defining cluster topology, host roles, and SSH connection details. The distribution provides pre-built binaries for x86-64, ARM64, ARMv7, and RISC-V architectures, and uses cryptographically signed tokens for secure node enrollment. The proj

    Adds worker nodes to a Kubernetes cluster using cryptographically signed tokens for secure, automated joining.

    Gokubernetes
    عرض على GitHub↗6,290
  • cirruslabs/tartالصورة الرمزية لـ cirruslabs

    cirruslabs/tart

    4,950عرض على GitHub↗

    Tart is an Apple Silicon virtualization manager used to build and run macOS and Linux virtual machines using native hardware virtualization frameworks. It functions as a virtual machine cluster orchestrator and an ephemeral runner for executing continuous integration pipeline steps within isolated, short-lived environments. The system utilizes an OCI-compatible virtual machine registry to push and pull images via standardized container registries. It features a controller-worker architecture that schedules virtual machine lifecycles across remote worker nodes, incorporating a secure SSH jump

    Provides automated deployment of worker nodes using secure tokens to establish connections to a central controller.

    Swiftapple-siliconautomationci
    عرض على GitHub↗4,950
  • kubernetes/kubeadmالصورة الرمزية لـ kubernetes

    kubernetes/kubeadm

    3,982عرض على GitHub↗

    kubeadm هي أداة لتهيئة مستوى تحكم Kubernetes بحد أدنى قابل للتطبيق وربط عقد العمال (Worker nodes) بمجموعة آمنة. تعمل كمنسق لمستوى التحكم وممهد للمجموعة مصمم لأتمتة نشر وصيانة طبقة إدارة Kubernetes. يوفر المشروع أدوات إدارة دورة الحياة لترقية إصدارات المجموعة وإعادة تعيين حالات العقد لاستعادة المضيفين إلى خط أساس تثبيت نظيف. ويتعامل مع التكامل الآمن للعقد الجديدة من خلال الربط القائم على الرموز ويضمن التوفر أثناء انتقالات البرامج عبر ترقية الإصدار المرحلي. يغطي النظام أيضاً توفير العقد وإدارتها، بما في ذلك إعداد متطلبات المضيف، وتخصيص صورة العقدة، وتنفيذ المهام متعددة العقد. ويستخدم تعيين التكوين التصريحي لترجمة الملفات عالية المستوى إلى الأعلام ومتغيرات البيئة اللازمة لثنائيات التنسيق.

    Authenticates new nodes using short-lived bootstrap tokens for secure cluster joining without manual credential exchange.

    Gobest-practicebuilding-blockconformant
    عرض على GitHub↗3,982
  1. Home
  2. DevOps & Infrastructure
  3. Worker Node Management
  4. Token-Based Bootstrapping