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

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

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

5 مستودعات

Awesome GitHub RepositoriesCloud-Agnostic Containerization

Packaging applications in containers to ensure consistent deployment across any cloud infrastructure provider.

Distinct from Cloud Deployment: Focuses specifically on the container-based agnostic deployment model rather than general cloud integration.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Cloud-Agnostic Containerization. Refine with filters or upvote what's useful.

Awesome Cloud-Agnostic Containerization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • midwayjs/midwayالصورة الرمزية لـ midwayjs

    midwayjs/midway

    7,722عرض على GitHub↗

    Midway هو مجموعة من أطر عمل الخلفية لـ Node.js مصممة لبناء الخدمات المصغرة للمؤسسات وتطبيقات كاملة المكدس. يركز على بنية حقن التبعية باستخدام حاوية عكس التحكم (IoC) والمزخرفات (decorators) لتنظيم منطق الأعمال المعقد وهياكل جانب الخادم القابلة للصيانة. يوفر إطار العمل دعماً متعدد البروتوكولات لـ HTTP، وgRPC، وWebSockets، مما يسمح لبيئة واحدة بالتعامل مع متطلبات شبكات الخدمة إلى الخدمة المتنوعة. كما يتضمن طبقة محول متعددة وقت التشغيل تتيح نشر التطبيقات عبر الحاويات التقليدية ومنصات السحابة بدون خادم (serverless) المختلفة. تشمل القدرات الإضافية نظام إضافات قائم على المكونات للامتدادات النمطية، وخط أنابيب تنفيذ وسيط لمعالجة الطلبات، وأدوات لاتصال API موحد بين واجهات الواجهة الأمامية ومنطق الخلفية. يدمج النظام أيضاً التحقق من بيانات الطلب ومعالجة الأخطاء الموحدة.

    Allows applications to be hosted across traditional servers, containers, and various serverless cloud platforms.

    TypeScript
    عرض على GitHub↗7,722
  • fnproject/fnالصورة الرمزية لـ fnproject

    fnproject/fn

    5,939عرض على GitHub↗

    The container native, cloud agnostic serverless platform.

    Abstracts cloud provider specifics so functions run identically on any cloud or on-premises infrastructure.

    Gocontainersdockerfaas
    عرض على GitHub↗5,939
  • jpetazzo/container.trainingالصورة الرمزية لـ jpetazzo

    jpetazzo/container.training

    3,930عرض على GitHub↗

    This project is a container orchestration workshop and DevOps learning curriculum. It provides a structured training course and instructional materials designed to teach container fundamentals and cluster orchestration. The curriculum consists of educational slides, recorded workshops, and code samples. It includes containerized sample applications and multi-service orchestration templates to demonstrate how to deploy and manage applications across different orchestration environments. The materials cover a cloud native learning path and DevOps skills development, focusing on the practical a

    Uses generic container manifests to enable the same training labs to run across various cluster managers.

    Shellcomposedockerdockerfiles
    عرض على GitHub↗3,930
  • microsoft/dotnet-podcastsالصورة الرمزية لـ microsoft

    microsoft/dotnet-podcasts

    2,792عرض على GitHub↗

    This is a .NET podcast application designed for managing and consuming podcast content. It functions as a cross-platform audio player and a cloud-native media service that streams podcast data and manages content submissions across different cloud providers. The project integrates machine learning services into its application logic to act as an AI-integrated content manager for automated podcast discovery and decision making. It utilizes a shared codebase to provide a unified audio playback interface across web, mobile, and desktop environments. The system includes an administrative content

    Packages application logic into containers that run on any major cloud provider without modification.

    C#asp-net-coreaspnetcoreblazor
    عرض على GitHub↗2,792
  • compose-spec/compose-specالصورة الرمزية لـ compose-spec

    compose-spec/compose-spec

    2,618عرض على GitHub↗

    This project is a declarative container orchestration standard and a vendor-neutral application model. It provides a portable configuration format for describing multi-container applications, including their services and dependencies, to enable consistent deployments across different environments. The specification focuses on cloud-agnostic deployment, allowing application definitions to be translated into platform-specific resources for various container orchestrators and cloud provider APIs, including Kubernetes. It facilitates portability from local development to production by separating

    Enables consistent deployment of containerized applications across different cloud providers using a vendor-neutral model.

    Dockerfilecomposecontainersdocker
    عرض على GitHub↗2,618
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Deployment
  4. Cloud-Agnostic Containerization

استكشف الوسوم الفرعية

  • Runtime Agnostic DeploymentsCapabilities to deploy the same codebase across various hosting models including serverless and containers. **Distinct from Cloud-Agnostic Containerization:** Distinct from Cloud-Agnostic Containerization: covers both containers and serverless functions, not just container portability.