3 个仓库
Interfaces for managing the lifecycle and configuration of infrastructure components.
Distinguishing note: Focuses on REST-based management of virtual machine lifecycles.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Control Plane APIs. Refine with filters or upvote what's useful.
Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated execution environments. It functions as a lightweight runtime designed to launch virtual machines with minimal memory overhead and near-instantaneous startup times, providing the security of traditional hardware virtualization with the efficiency of containerized workloads. The project distinguishes itself through a security-focused architecture that enforces strict process boundaries using system-level barriers and restricted user privileges. It minimizes the attack surface
Manages virtual machine lifecycles and hardware configurations through a synchronous REST API.
Cloud Hypervisor is a Rust-based hypervisor and KVM virtual machine monitor designed to execute 64-bit guest operating systems. It functions as a user-space virtual machine manager that employs a minimal emulation layer to reduce memory overhead and latency for cloud workloads. The project distinguishes itself through the use of a memory-safe language to implement a virtio device emulator and a user-space device model. It provides a standardized web API for managing virtual machine lifecycles and resource configurations. The platform covers broad virtualization capabilities, including the em
Manages virtual machine lifecycles and resource configurations through a standardized REST-API control plane.
kubefwd 是一个 Kubernetes 网络隧道和服务转发实用程序,将远程集群服务映射到本地回环地址。它同步本地 hosts 文件以将 Kubernetes 服务名称解析为本地 IP 地址,从而使本地开发环境能够使用生产环境的主机名。 该项目实现了模型上下文协议 (MCP) 服务器,允许外部 AI 助手通过标准化接口发现、浏览和控制网络转发。它还提供了一个终端用户界面 (TUI),用于管理服务转发、监控实时网络流量和流式传输 Pod 日志。 该系统通过事件驱动的同步和指数退避处理多集群连接管理、无头服务路由和自动连接持久化。它包括一个用于以编程方式控制命名空间和服务注册的 REST API,以及用于诊断连接问题和检查 Pod 健康状况的工具。 该实用程序可以作为特权容器部署,或通过 Docker Compose 部署,以管理本地网络接口和 hosts 文件修改。
Provides a REST-based control plane for managing namespace watchers and forwarding states.