awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ubicloud avatar

ubicloud/ubicloud

0
View on GitHub↗

Ubicloud

Ubicloud is an open-source cloud infrastructure platform that provides a unified control plane for provisioning and managing virtual machines, container clusters, and managed databases. It functions as an infrastructure-as-code provider, utilizing declarative configuration files to automate the deployment and scaling of compute, networking, and storage resources across cloud environments.

The platform distinguishes itself by integrating a dedicated managed PostgreSQL database service that automates backups, read replicas, and high-availability configurations. It also features a container orchestration engine designed to manage and scale workloads across node pools, ensuring consistent performance and availability for applications.

Beyond its core orchestration capabilities, the system includes tools for managing virtual machine images, configuring network security through firewall rules and subnets, and distributing traffic across instances via integrated load balancing. These features are managed through a centralized control loop that reconciles desired infrastructure states with the actual environment.

The platform is accessible via a command-line interface that enables programmatic control over infrastructure lifecycle management.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI
ubicloud.com
↗

Features

  • Cloud Infrastructure Management - Acts as a unified control plane for provisioning and managing virtual machines, container clusters, and managed databases across cloud environments.
  • Infrastructure-as-Code Providers - Provides a programmatic interface for defining and deploying scalable infrastructure using declarative configuration files.
  • Cloud Database Provisioning - Provides managed relational database instances with automated backups, read replicas, and high-availability configurations.
  • Relational Databases - Deploys and maintains relational database instances with automated backups and high availability.
  • Cloud Infrastructure Automation - Provisions and scales virtual compute, networking, and storage resources using infrastructure as code.
  • Managed Database Services - Provides a fully managed PostgreSQL database service with automated backups, read replicas, and high-availability configurations.
  • Container Orchestrators - Deploys and scales containerized workloads across managed node pools to ensure consistent application performance.
  • Managed Cluster Orchestration - Manages and scales containerized workloads across node pools to ensure high availability for microservices.
  • Cloud Infrastructure Security - Protects infrastructure components from unauthorized access by managing firewall rules and subnets.
  • Automated Container Scheduling - Distributes containerized workloads across virtual nodes to optimize resource utilization and maintain high availability.
  • Infrastructure as Code Engines - Continuously reconciles desired infrastructure states with the actual environment using a control loop.
  • Software-Defined Networking Services - Provides programmatic control over virtual subnets and firewall policies to enforce security boundaries.
  • Virtual Machine Managers - Captures and versions virtual machine states to simplify environment replication across infrastructure.
  • Load Balancers - Intercepts and distributes incoming requests across healthy backend instances to ensure consistent performance.
  • Network Access Control - Enforces security policies through firewall rules and subnets to protect infrastructure components.
  • Declarative Configuration Managers - Processes structured configuration files to automate the lifecycle management of complex cloud resources.
  • Virtual Machine Provisioners - Captures and versions virtual machine states to ensure consistent deployments and environment replication.
  • Traffic Load Balancers - Distributes incoming requests across multiple virtual machine instances to improve application availability.
  • Virtualization Technologies - Manages underlying virtualization technologies to provision and snapshot compute instances.
12,098 stele·566 fork-uri·Ruby·AGPL-3.0·12 vizualizări

Istoric stele

Graficul istoricului de stele pentru ubicloud/ubicloudGraficul istoricului de stele pentru ubicloud/ubicloud

Alternative open-source pentru Ubicloud

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Ubicloud.
  • codeaprendiz/learn-devopsAvatar codeaprendiz

    codeaprendiz/learn-devops

    1,587Vezi pe GitHub↗

    This project is a comprehensive educational repository designed to teach DevOps practices through structured learning paths and hands-on exercises. It focuses on mastering infrastructure management, container orchestration, and system administration by providing a curriculum that covers the full lifecycle of cloud-native environments, from initial provisioning to ongoing maintenance and security. The repository distinguishes itself by offering a practical, task-based approach to complex operational domains. It guides users through the implementation of infrastructure-as-code, the configuratio

    HCLawscoding-taskscontainer-orchestration
    Vezi pe GitHub↗1,587
  • aws/aws-cdkAvatar aws

    aws/aws-cdk

    12,817Vezi pe GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    TypeScriptawscloud-infrastructurehacktoberfest
    Vezi pe GitHub↗12,817
  • aws-samples/aws-cdk-examplesAvatar aws-samples

    aws-samples/aws-cdk-examples

    5,605Vezi pe GitHub↗

    This project is a reference library and collection of example code patterns for deploying cloud infrastructure using the AWS CDK. It provides a set of sample projects that demonstrate how to define compute, storage, and networking resources using general purpose programming languages. The library includes reference implementations for various architectural patterns, including serverless backends with GraphQL and WebSocket APIs, container orchestration with load balancers and auto-scaling, and global static website hosting via content delivery networks. It also provides designs for isolated ne

    Pythoncdkcdk-examples
    Vezi pe GitHub↗5,605
  • voltagent/awesome-claude-code-subagentsAvatar VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Vezi pe GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Shellai-agent-frameworkai-agent-toolsai-agents
    Vezi pe GitHub↗21,906
Vezi toate cele 30 alternative pentru Ubicloud→

Întrebări frecvente

Ce face ubicloud/ubicloud?

Ubicloud is an open-source cloud infrastructure platform that provides a unified control plane for provisioning and managing virtual machines, container clusters, and managed databases. It functions as an infrastructure-as-code provider, utilizing declarative configuration files to automate the deployment and scaling of compute, networking, and storage resources across cloud environments.

Care sunt principalele funcționalități ale ubicloud/ubicloud?

Principalele funcționalități ale ubicloud/ubicloud sunt: Cloud Infrastructure Management, Infrastructure-as-Code Providers, Cloud Database Provisioning, Relational Databases, Cloud Infrastructure Automation, Managed Database Services, Container Orchestrators, Managed Cluster Orchestration.

Care sunt câteva alternative open-source pentru ubicloud/ubicloud?

Alternativele open-source pentru ubicloud/ubicloud includ: codeaprendiz/learn-devops — This project is a comprehensive educational repository designed to teach DevOps practices through structured learning… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… aws-samples/aws-cdk-examples — This project is a reference library and collection of example code patterns for deploying cloud infrastructure using… voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,… lxc/incus — Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual… encoredev/encore — Encore is a distributed systems framework designed to unify backend development, infrastructure provisioning, and…