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

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

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

hobby-kube/guide

0
View on GitHub↗
5,658 نجوم·255 تفرعات·MIT·10 مشاهدات

Guide

هذا المشروع عبارة عن دليل نشر Kubernetes ومزود بنية تحتية مصمم لبيئات الهواة والمختبرات المنزلية. يوفر إطار عمل لإعداد مجموعات متعددة العقد عبر مختلف مزودي السحابة والعقد المادية أو الافتراضية، ويعمل كمنسق مجموعة ذاتي الاستضافة.

يركز المشروع على تعزيز الأمان واستقرار البنية التحتية من خلال أدلة تنفيذ محددة. يتضمن ذلك إطار عمل لأمن الشبكة يغطي جدران حماية المضيف وتراكبات الشبكة المشفرة، بالإضافة إلى تعليمات مفصلة لتكوين توجيه الدخول (ingress) لإدارة حركة المرور العامة الخارجية عبر تعيين DNS ومتحكمات حركة المرور.

تمتد إمكانيات المشروع إلى توفير التخزين الموزع، وتوفير طرق لتنفيذ تخزين الكتل المكرر والأحجام المستمرة التي تستمر بعد إعادة تشغيل الحاويات. كما يغطي إدارة الشهادات المؤتمتة للاتصالات المشفرة وتكوين عناصر التحكم في الوصول القائم على الأدوار.

Features

  • Infrastructure Provisioning Recipes - Uses modular infrastructure provisioning recipes to automate the deployment of multi-node environments.
  • Kubernetes Cluster Deployments - Offers an end-to-end framework for installing Kubernetes core components on personal hardware or cloud providers.
  • Persistent Storage Volumes - Sets up a replicated block storage layer to provide persistent data volumes for containers.
  • Replicated Persistent Volumes - Implements persistent volumes with synchronous block replication across nodes for fault tolerance.
  • Cluster Infrastructure Hardening - Establishes a security framework for host firewalls, encrypted network overlays, and certificate management.
  • Ingress Controllers - Implements ingress controllers to manage external access to cluster services via host network binding.
  • Cloud Infrastructure Provisioners - Ships automated scripts to provision Kubernetes clusters and underlying infrastructure across various cloud providers.
  • Self-Hosted Deployments - Provides a framework for deploying and operating distributed storage and networking on user-owned infrastructure.
  • Storage Provisioning - Automates the provisioning of distributed block storage across multiple physical or virtual nodes.
  • Ingress-Based Routing - Deploys ingress-based routing to direct external HTTP/HTTPS traffic to internal cluster services.
  • Encrypted L2 Overlay Tunnels - Establishes encrypted L2 overlay tunnels to secure all internal communication between cluster nodes.
  • Automated Certificate Management - Automates the lifecycle of TLS certificates for encrypted HTTPS connections within the cluster.
  • Network Security Hardening - Provides comprehensive procedures for securing server infrastructure via firewalls and certificate management.
  • Secure Node Networking - Establishes secure node-to-node networking via encrypted tunnels to protect internal cluster traffic.
  • Cluster Network Hardening - Implements a security framework using host firewalls and encrypted overlays to protect internal cluster traffic.
  • Distributed Storage - Provides a guide for implementing high-availability storage systems across multiple cluster nodes.
  • Embedded Datastore High Availability - Deploys high-availability embedded datastores to ensure persistent storage for cluster state objects.
  • Kubernetes Traffic Controllers - Provides a configuration guide for Kubernetes-native traffic orchestration and ingress management.
  • Ingress Gateways - Configures specialized gateways to manage the external entry points of the Kubernetes cluster.
  • External Traffic Routing - Implements mechanisms to route external public web traffic into internal cluster services.
  • Firewall Rule Configurations - Configures kernel-level firewall rules at the node level to filter unauthorized network traffic.
  • Certificate Renewal Managers - Provides automated retrieval and renewal of security certificates to secure web traffic.
  • Firewall Configurations - Utilizes scripts to manage host-based network access rules and port security.
  • Role-Based Access Control - Configures role-based access controls to restrict resource management permissions for users and service accounts.
  • SSL Certificate Automation - Automates the workflow for obtaining and installing SSL/TLS certificates for secure connections.

سجل النجوم

مخطط تاريخ النجوم لـ hobby-kube/guideمخطط تاريخ النجوم لـ hobby-kube/guide

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Guide

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Guide.
  • projectcontour/contourالصورة الرمزية لـ projectcontour

    projectcontour/contour

    3,934عرض على GitHub↗

    Contour is a Kubernetes ingress controller that manages external HTTP and TCP traffic by orchestrating Envoy proxy instances. It functions as a control plane that translates declarative Kubernetes API objects into dynamic proxy configurations, enabling real-time traffic management without requiring infrastructure restarts. The system distinguishes itself through a focus on multi-tenant cluster networking and delegated configuration. By allowing routing rules to be partitioned across namespaces, it enables multiple teams to securely manage their own traffic policies within a shared cluster. It

    HTMLcncfcontourenvoy
    عرض على GitHub↗3,934
  • kubero-dev/kuberoالصورة الرمزية لـ kubero-dev

    kubero-dev/kubero

    4,150عرض على GitHub↗

    Kubero is a self-hosted Platform as a Service (PaaS) that simplifies the deployment, scaling, and management of containerized applications on Kubernetes. It functions as an application manager, CI/CD orchestrator, and multi-tenant manager, allowing users to run workloads without writing manual configuration files. The platform distinguishes itself through automated image synthesis, transforming source code from Git repositories into deployable containers via buildpacks, Dockerfiles, or nixpacks. It implements a GitOps delivery model with automated pipelines that trigger builds on push events

    TypeScriptci-cdcloudcoolify
    عرض على GitHub↗4,150
  • kimai/kimaiالصورة الرمزية لـ kimai

    kimai/kimai

    4,757عرض على GitHub↗

    Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates professional invoices from recorded timesheets and expenses. It organizes all time records through a mandatory three-level hierarchy of customer, project, and activity, and supports project budget monitoring with configurable time and money limits. The application is extensible through a plugin system that allows adding custom features, invoice templates, reporting views, and dashboard widgets without modifying core files. It provides a RESTful JSON API for programmatic read and w

    PHPdoctrineinvoiceinvoicing
    عرض على GitHub↗4,757
  • apache/apisix-ingress-controllerالصورة الرمزية لـ apache

    apache/apisix-ingress-controller

    1,136عرض على GitHub↗

    This project is a Kubernetes ingress controller that functions as an API gateway and traffic manager for containerized environments. It operates by monitoring cluster events and translating native ingress resource definitions into active routing configurations, ensuring that external traffic is directed to internal services according to declarative specifications. The controller distinguishes itself through its ability to act as a specialized gateway for artificial intelligence models, providing a secure entry point that enforces rate limits, content moderation, and prompt guardrails. It supp

    Goapiapigatewayapisix
    عرض على GitHub↗1,136
عرض جميع البدائل الـ 30 لـ Guide→

الأسئلة الشائعة

ما هي وظيفة hobby-kube/guide؟

هذا المشروع عبارة عن دليل نشر Kubernetes ومزود بنية تحتية مصمم لبيئات الهواة والمختبرات المنزلية. يوفر إطار عمل لإعداد مجموعات متعددة العقد عبر مختلف مزودي السحابة والعقد المادية أو الافتراضية، ويعمل كمنسق مجموعة ذاتي الاستضافة.

ما هي الميزات الرئيسية لـ hobby-kube/guide؟

الميزات الرئيسية لـ hobby-kube/guide هي: Infrastructure Provisioning Recipes, Kubernetes Cluster Deployments, Persistent Storage Volumes, Replicated Persistent Volumes, Cluster Infrastructure Hardening, Ingress Controllers, Cloud Infrastructure Provisioners, Self-Hosted Deployments.

ما هي البدائل مفتوحة المصدر لـ hobby-kube/guide؟

تشمل البدائل مفتوحة المصدر لـ hobby-kube/guide: projectcontour/contour — Contour is a Kubernetes ingress controller that manages external HTTP and TCP traffic by orchestrating Envoy proxy… kubero-dev/kubero — Kubero is a self-hosted Platform as a Service (PaaS) that simplifies the deployment, scaling, and management of… kimai/kimai — Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates… apache/apisix-ingress-controller — This project is a Kubernetes ingress controller that functions as an API gateway and traffic manager for containerized… bunkerity/bunkerweb — BunkerWeb is a containerized suite of infrastructure tools that functions as a cloud-native web application firewall… khuedoan/homelab — This project is a GitOps infrastructure framework designed for managing bare metal servers, container clusters, and…