awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesMicroservices Management

Tools for orchestrating and scaling independent services within a distributed architecture.

Distinguishing note: No candidates provided; this is a specific infrastructure domain.

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

Awesome Microservices Management GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apple/containerAvatar von apple

    apple/container

    37,726Auf GitHub ansehen↗

    This project serves as a technical educational resource and software implementation example focused on dependency injection architecture and containerized application packaging. It provides a centralized framework for managing the lifecycle and configuration of application components, allowing objects to receive their dependencies from a registry rather than creating them internally. The project distinguishes itself by offering a type-safe service resolution mechanism that uses language-level information to map abstract interfaces to concrete implementations. By utilizing an inversion of cont

    Orchestrates and scales independent services that communicate over a network.

    Swift
    Auf GitHub ansehen↗37,726
  • ctripcorp/apolloAvatar von ctripcorp

    ctripcorp/apollo

    29,760Auf GitHub ansehen↗

    Apollo is a microservice configuration management system and dynamic configuration center. It serves as a centralized platform for storing, distributing, and syncing application settings across distributed environments to maintain consistency across various clusters. The system distinguishes itself through a dynamic configuration orchestrator that supports real-time updates to connected applications, eliminating the need for manual service restarts. It features a grayscale configuration deployment tool for rolling out changes to a small subset of service instances and a version control system

    Offers tools for orchestrating and managing configuration settings for independent services within a distributed architecture.

    Java
    Auf GitHub ansehen↗29,760
  • alexellis/faasAvatar von alexellis

    alexellis/faas

    26,192Auf GitHub ansehen↗

    This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for deploying event-driven functions and microservices as compatible container images onto a Kubernetes cluster. The platform includes an event-driven function orchestrator that triggers executions via HTTP requests or message streams. It features an auto-scaling function manager that adjusts the number of active instances based on real-time demand and scales down to zero during inactivity. A background queuing system is included to process asynchronous tasks and maintain application re

    Orchestrates and scales independent microservices through a dedicated CLI and visual management dashboard.

    Go
    Auf GitHub ansehen↗26,192
  • cloudwego/kitexAvatar von cloudwego

    cloudwego/kitex

    7,973Auf GitHub ansehen↗

    Kitex is a high-performance remote procedure call framework for building distributed microservices in Go. It provides a communication system compatible with gRPC and Protobuf standards and includes a suite of tools for microservices governance. The framework features proxyless service mesh integration, which allows it to manage network traffic and governance directly without adding sidecar proxy latency. It optimizes data throughput through a high-performance communication library that minimizes memory copies. The system covers a broad surface of distributed capabilities, including service d

    Includes a comprehensive suite of tools for managing service discovery, load balancing, and circuit breaking in microservice architectures.

    Goframeworkgogrpc
    Auf GitHub ansehen↗7,973
  • docker/docker-ceAvatar von docker

    docker/docker-ce

    5,755Auf GitHub ansehen↗

    Docker CE ist eine OCI-konforme Container-Plattform und Laufzeit-Engine, die zum Erstellen und Ausführen von Anwendungen innerhalb isolierter Umgebungen verwendet wird. Sie fungiert als Linux-Container-Orchestrator und bietet eine Kommandozeilenschnittstelle zur Verwaltung des gesamten Lebenszyklus laufender Anwendungsinstanzen. Die Plattform ermöglicht das Deployment containerisierter Anwendungen und die plattformübergreifende Softwareverteilung durch das Verpacken von Software mit ihren Abhängigkeiten. Sie unterstützt das Management von Microservices-Architekturen und die Erstellung reproduzierbarer lokaler Entwicklungsumgebungen. Das System umfasst Funktionen für die Orchestrierung des Anwendungslebenszyklus, die es Benutzern ermöglichen, Container zu starten, zu stoppen und zu untersuchen. Zudem bietet es Tools zur Verwaltung isolierter Container, um ein konsistentes Verhalten über verschiedene Recheninfrastrukturen hinweg sicherzustellen.

    Orchestrates independent services running in isolated containers to facilitate scaling and updates in microservices architectures.

    Go
    Auf GitHub ansehen↗5,755
  1. Home
  2. DevOps & Infrastructure
  3. Microservices Management