awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesRemote Development Provisioning

Setting up reproducible coding environments on remote VMs or clusters using container metadata.

Distinct from Cloud Provisioning: Specifically targets the provisioning of development workspaces on remote infrastructure, not general cloud resource management.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Remote Development Provisioning. Refine with filters or upvote what's useful.

Awesome Remote Development Provisioning GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • loft-sh/devpodloft-sh का अवतार

    loft-sh/devpod

    14,978GitHub पर देखें↗

    DevPod is an IDE-agnostic remote development tool and containerized environment manager. It provisions reproducible development workspaces using open-standard configuration files and orchestrates these environments across local machines, remote servers, or public cloud providers. The system utilizes a client-side orchestration model that decouples workspace management from centralized cloud controllers. It features a pluggable provider-based infrastructure abstraction, which allows for multi-backend deployment and the creation of custom provider plugins to extend support for additional cloud

    Provisions development workspaces on Kubernetes, cloud VMs, or local Docker backends to decouple code from hardware.

    Goclouddevcontainerdevcontainers
    GitHub पर देखें↗14,978
  • techempower/frameworkbenchmarksTechEmpower का अवतार

    TechEmpower/FrameworkBenchmarks

    8,112GitHub पर देखें↗

    TechEmpower FrameworkBenchmarks is an open-source project that provides a standardized, reproducible suite for measuring and comparing the performance of web frameworks across many languages. At its core, it defines a set of common server-side tasks—such as JSON serialization, database queries, and server-side template rendering—and executes them uniformly against hundreds of framework implementations to produce comparable throughput and latency metrics. The project is built around a multi-language benchmark harness that automates the full test lifecycle, from dependency installation and serve

    Provisions a dedicated virtual machine or remote server with all dependencies for benchmark development.

    C++benchmarkframeworkframeworkbenchmarks
    GitHub पर देखें↗8,112
  • devcontainers/specdevcontainers का अवतार

    devcontainers/spec

    5,183GitHub पर देखें↗

    The Development Container Specification defines a standardized metadata format and protocol for creating reproducible, containerized development environments that work identically across local machines, remote services, and CI/CD pipelines. At its core, it provides a declarative JSON schema that captures the container image, tools, runtime, lifecycle scripts, and editor customizations for a workspace. This approach treats the development environment as code—version-controlled, shareable, and portable. Key to the specification is a cross-platform provisioning protocol that applies the same con

    Defines the core protocol for provisioning identical workspaces across local and remote platforms.

    containersdevcontainers
    GitHub पर देखें↗5,183
  • microsoft/vscode-remote-releasemicrosoft का अवतार

    microsoft/vscode-remote-release

    4,123GitHub पर देखें↗

    This project provides a remote development extension pack and infrastructure for bootstrapping isolated toolchains and runtimes. It enables a system for opening folders and executing code across SSH hosts, Docker containers, and the Windows Subsystem for Linux. The system utilizes a client-server split architecture to separate the user interface from the extension host and language servers. It features a secure connection layer for SSH remote editing, a bridge for WSL integration, and a remote port forwarding tool to tunnel network traffic from remote environments to a local machine. The pro

    Sets up reproducible coding environments on remote cloud infrastructure using container metadata.

    Dockerfilecontainersdev-containersdevcontainers
    GitHub पर देखें↗4,123
  • devcontainers/featuresdevcontainers का अवतार

    devcontainers/features

    1,484GitHub पर देखें↗

    This project provides a framework for defining and distributing reproducible development environments through modular, containerized configuration units. It functions as an infrastructure-as-code tool that automates the setup of standardized workspaces, ensuring that programming languages, command-line utilities, and system dependencies are consistently provisioned across different projects and team members. The system distinguishes itself by packaging these configuration units as versioned, discoverable artifacts that can be layered onto base container images. By utilizing a standardized spe

    Hosts development environments on remote infrastructure to allow users to access compute-heavy or ephemeral workspaces from local editors or web browsers.

    Shellcontainersdevcontainers
    GitHub पर देखें↗1,484
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Provisioning
  4. Remote Development Provisioning

सब-टैग एक्सप्लोर करें

  • Cross-Platform Provisioning ProtocolsProtocols that apply the same development container configuration across local Docker, cloud, and cluster backends without drift. **Distinct from Remote Development Provisioning:** Distinct from Remote Development Provisioning: focuses on the protocol layer for cross-platform consistency, not just provisioning on remote infrastructure.