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

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

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

kubernetes/website

0
View on GitHub↗
5,281 نجوم·15,473 تفرعات·HTML·CC-BY-4.0·7 مشاهداتkubernetes.io↗

Website

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

تم بناء الموقع باستخدام مولد مواقع ثابت مع بنية قالب قائمة على المكونات للحفاظ على أنماط تصميم متسقة. ويتميز بمولد توثيق OpenAPI الذي يحلل المواصفات التقنية لبناء وتحديث صفحات مرجع واجهة برمجة التطبيقات المهيكلة تلقائيًا. لدعم جمهور عالمي، يستخدم توجيه المحتوى الواعي بالتدويل لإدارة الإصدارات المترجمة من الأدلة.

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

Features

  • Technical Documentation - Provides an organized collection of technical knowledge, including guides and references for distributed systems software.
  • Static Site Generators - Transforms source files and templates into an optimized static web portal for technical documentation.
  • API Reference Generators - Implements a system to transform machine-readable API definitions into formatted technical reference manuals.
  • Self-Healing Systems - Automatically executes corrective actions to resolve system failures and maintain continuous availability.
  • Static Documentation Generators - Transforms structured content into a technical documentation website featuring multi-language rendering and live previews.
  • Horizontal Scaling - Increases read and write capacity by distributing application instances across additional nodes in the cluster.
  • Storage Provider Drivers - Implements a pluggable storage abstraction that allows the system to use diverse cloud and local storage backends.
  • API Documentation Generators - Automatically generates and updates technical documentation for API endpoints based on specifications.
  • Structured Documentation Generation - Generates structured, human-readable API reference pages derived from OpenAPI technical specifications.
  • Application Deployment - Manages the process of moving application code into production with progressive rollouts and health monitoring.
  • Capacity Scaling - Adjusts the number of nodes in a cluster to meet changing resource demands and maintain system capacity.
  • Self-Healing Infrastructure - Detects and recovers from container or node failures to maintain the desired system state automatically.
  • Vertical Application Scaling - Adjusts the resource allocation of individual containers to handle changing load demands vertically.
  • Deployment Automation - Automates the deployment of applications to target environments using predefined workflows to minimize manual intervention.
  • Automated Rollout Managers - Manages application updates through incremental rollout procedures and automated rollback capabilities based on health checks.
  • Automatic Horizontal Scaling - Automatically scales the number of running application instances based on observed usage patterns.
  • Kubernetes Cluster Orchestration - Serves as the primary resource for the automated deployment and scaling of containerized microservices.
  • Kubernetes Resource Optimization - Offers guidance on analyzing and adjusting resource requests and limits to optimize hardware utilization.
  • Resource Allocation - Optimizes hardware utilization by placing containers on specific nodes based on resource requirements and constraints.
  • Resource Placement - Organizes and co-locates distributed resources on specific nodes to maximize hardware efficiency.
  • Storage Orchestrators - Automates the mounting and management of storage resources from local, cloud, and network sources within the cluster.
  • Kubernetes Network Orchestration - Provides comprehensive documentation for managing CNI plugins, dual-stack networking, and cluster topologies.
  • Kubernetes ConfigMaps and Secrets - Decouples configuration and sensitive data from application code using dedicated ConfigMaps and Secrets.
  • Secret and Credential Managers - Externalizes and governs access to sensitive authentication tokens and configuration data.
  • API Documentation Generators - Automatically generates structured API reference pages by parsing technical specifications and source code.
  • Technical Reference Generators - Converts technical specifications into structured reference manuals by extracting code definitions.
  • Instance Resource Limit Configurations - Sets and modifies CPU and memory constraints on running containers to manage resource usage.
  • Internationalization Routing - Manages localized documentation versions by mapping language-specific directory structures to a unified routing pipeline.
  • Documentation Portals - Provides a comprehensive technical portal featuring guides, API references, and tutorials.
  • Collaborative Technical Publishing - Operates as a collaborative publishing system that integrates community feedback for technical content.
  • Documentation UI Components - Uses reusable markdown and HTML elements to maintain consistent styling across technical documentation.
  • Multi-Language Websites - Builds and manages a website that serves technical documentation in multiple languages with localized routing.
  • Open-Source Documentation Repositories - Maintains a collaborative repository for distributing official project manuals for distributed systems software.
  • Component-Based Architectures - Employs a modular UI fragment architecture to maintain consistent design patterns across the documentation site.
  • Multi-Language Content Delivery - Implements systems for serving translated page versions based on language preferences and URL prefixes.

سجل النجوم

مخطط تاريخ النجوم لـ kubernetes/websiteمخطط تاريخ النجوم لـ kubernetes/website

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Website.
  • answerdotai/nbdevالصورة الرمزية لـ AnswerDotAI

    AnswerDotAI/nbdev

    5,300عرض على GitHub↗

    This project is a comprehensive framework for literate programming that enables developers to build production-ready Python libraries entirely within Jupyter Notebooks. By treating notebooks as the primary source of truth, it integrates code, documentation, and testing into a unified development pipeline that exports directly to standard Python modules. The framework distinguishes itself through specialized tooling designed to overcome the inherent challenges of using notebooks in professional software engineering. It includes custom Git hooks and merge drivers that sanitize volatile notebook

    Jupyter Notebookcondadeveloper-toolsdocumentation-generator
    عرض على GitHub↗5,300
  • web-infra-dev/rspressالصورة الرمزية لـ web-infra-dev

    web-infra-dev/rspress

    2,270عرض على GitHub↗

    Rspress is a static site generator designed for building technical documentation and blogs. It functions as a React-based framework that transforms Markdown and MDX files into optimized static HTML, leveraging a high-performance Rust-based build engine to manage compilation and site hydration. The framework distinguishes itself through a modular plugin architecture and a component-based theme system, allowing developers to extend build pipelines and customize visual interfaces. It includes native support for automated API reference generation by extracting type definitions and comments direct

    TypeScriptdocs-generatormarkdownmdx
    عرض على GitHub↗2,270
  • fuma-nama/fumadocsالصورة الرمزية لـ fuma-nama

    fuma-nama/fumadocs

    10,863عرض على GitHub↗

    Fumadocs is a documentation framework designed for building content-heavy technical websites using MDX. It functions as a static site generator that transforms structured text files into optimized, interactive web pages, providing a comprehensive toolset for managing technical content, API references, and versioned guides. The platform distinguishes itself through a deep integration of interactive components and AI-ready features. It includes a library of pre-built interface elements that allow developers to embed live API playgrounds, request snippets, and schema-based documentation directly

    TypeScriptapp-routercontent-collectionscontentlayer
    عرض على GitHub↗10,863
  • kubernetes/kubernetesالصورة الرمزية لـ kubernetes

    kubernetes/kubernetes

    123,197عرض على GitHub↗

    Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of computing nodes. It functions as a declarative infrastructure controller, utilizing a control loop architecture that continuously monitors the current system state against user-defined configurations to ensure desired operational outcomes. The system relies on a centralized API-driven interface and a replicated key-value store to maintain a consistent source of truth for all cluster objects. The platform distinguishes itself throu

    Gocncfcontainersgo
    عرض على GitHub↗123,197
عرض جميع البدائل الـ 30 لـ Website→

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

ما هي وظيفة kubernetes/website؟

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

ما هي الميزات الرئيسية لـ kubernetes/website؟

الميزات الرئيسية لـ kubernetes/website هي: Technical Documentation, Static Site Generators, API Reference Generators, Self-Healing Systems, Static Documentation Generators, Horizontal Scaling, Storage Provider Drivers, API Documentation Generators.

ما هي البدائل مفتوحة المصدر لـ kubernetes/website؟

تشمل البدائل مفتوحة المصدر لـ kubernetes/website: answerdotai/nbdev — This project is a comprehensive framework for literate programming that enables developers to build production-ready… web-infra-dev/rspress — Rspress is a static site generator designed for building technical documentation and blogs. It functions as a… fuma-nama/fumadocs — Fumadocs is a documentation framework designed for building content-heavy technical websites using MDX. It functions… kubernetes/kubernetes — Kubernetes is a distributed container orchestration platform that automates the deployment, scaling, and management of… apidoc/apidoc — apidoc is a source-code API documentation generator that parses specialized annotations within comments to… kotlin/dokka — Dokka is an extensible documentation engine designed to generate structured API reference materials for Kotlin…