awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesStandalone Cluster Deployments

Running a complete cluster as a single, self-contained unit without external orchestration.

Distinct from Standalone or Cluster Deployments: Existing candidates focused on database-specific standalone modes or general PaaS.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Standalone Cluster Deployments. Refine with filters or upvote what's useful.

Awesome Standalone Cluster Deployments GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • loft-sh/vclusterloft-sh 的头像

    loft-sh/vcluster

    11,186在 GitHub 上查看↗

    vcluster is a Kubernetes virtual cluster platform that creates fully isolated Kubernetes environments with dedicated control planes, API servers, and RBAC on shared physical infrastructure. It virtualizes Kubernetes control planes by running them as pods inside a host cluster, as standalone binaries on bare metal or virtual machines, or within Docker containers, providing each tenant their own isolated Kubernetes environment without the overhead of managing separate physical clusters. The platform enables multi-tenant Kubernetes isolation through multiple tenancy models, from shared node pool

    Provides standalone virtual control plane deployment on bare metal or VMs for maximum isolation.

    Gocloud-nativehelmk3s
    在 GitHub 上查看↗11,186
  • lxc/lxdlxc 的头像

    lxc/lxd

    5,554在 GitHub 上查看↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Enables clustering on an existing standalone server with instances, preparing it to become the first cluster member.

    Go
    在 GitHub 上查看↗5,554
  • kubeflow/pipelineskubeflow 的头像

    kubeflow/pipelines

    4,154在 GitHub 上查看↗

    该项目是一个容器化机器学习工作流引擎和编排器,旨在自动化 Kubernetes 集群上机器学习模型的端到端生命周期。它作为一个 MLOps 管道编译器,将领域特定语言转换为用于便携式和可扩展部署的结构化规范。 该平台提供了一个具有隔离命名空间和身份提供商认证的多租户环境。它通过结合基于容器的任务隔离、用于数据传递的强类型工件管理以及用于避免冗余计算的内容寻址结果缓存而脱颖而出。 该系统涵盖了全面的工作流编排,包括并行任务执行、循环运行调度和条件分支逻辑。它进一步支持实验跟踪、工作流指标收集以及可重用管道组件的管理,并能够为 CPU、内存和 GPU 配置特定的硬件资源请求。 该软件通过 Python SDK 分发,可部署在独立、本地或多租户环境中。

    Offers a simplified, single-user installation for development purposes without the need for authentication.

    Python
    在 GitHub 上查看↗4,154
  1. Home
  2. DevOps & Infrastructure
  3. Standalone Cluster Deployments

探索子标签

  • Managed Standalone Cluster ConnectionsConnects a self-managed standalone virtual cluster to a management platform for coordinated configuration updates and rolling upgrades. **Distinct from Standalone Cluster Deployments:** Distinct from Standalone Cluster Deployments: focuses on connecting standalone clusters to a management platform, not just deploying them.
  • Standalone Virtual Control Plane DeploymentsDeploying a virtual Kubernetes control plane directly on bare metal or VMs without an underlying host cluster. **Distinct from Standalone Cluster Deployments:** Distinct from Standalone Cluster Deployments: focuses on virtual control planes for Kubernetes, not general standalone clusters.
  • Standalone to Cluster ConversionsEnabling clustering on an existing standalone server with instances, preparing it to become the first cluster member. **Distinct from Managed Standalone Cluster Connections:** Distinct from Managed Standalone Cluster Connections: converts a standalone server into a cluster, not connecting to a management platform.