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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
coreos avatar

coreos/fleetArchived

0
View on GitHub↗
2,416 stars·297 forks·Go·Apache-2.0·8 views

Fleet

fleet ties together systemd and etcd into a distributed init system

Features

  • Orchestration and Management - Distributed initialization system for cluster management.
  • Workload Orchestration and Scheduling - Distributed init system for systemd and etcd.

Star history

Star history chart for coreos/fleetStar history chart for coreos/fleet

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does coreos/fleet do?

fleet ties together systemd and etcd into a distributed init system

What are the main features of coreos/fleet?

The main features of coreos/fleet are: Orchestration and Management, Workload Orchestration and Scheduling.

What are some open-source alternatives to coreos/fleet?

Open-source alternatives to coreos/fleet include: docker/compose — Docker Compose is a tool for defining and running multi-container applications through declarative configuration… mesosphere/marathon — Marathon is an Apache Mesos container orchestrator and distributed workload manager. It serves as a framework for… hashicorp/serf — Serf is a decentralized cluster coordination tool that manages node membership, failure detection, and event… aurae-runtime/aurae — Aurae is a memory-safe distributed systems runtime daemon written in Rust that acts as a container and process… cholcombe973/autodock. aws/eks-distro — Amazon EKS Distro (EKS-D) is a Kubernetes distribution based on and used by Amazon Elastic Kubernetes Service (EKS) to…

Open-source alternatives to Fleet

Similar open-source projects, ranked by how many features they share with Fleet.
  • mesosphere/marathonmesosphere avatar

    mesosphere/marathon

    4,036View on GitHub↗

    Marathon is an Apache Mesos container orchestrator and distributed workload manager. It serves as a framework for deploying and managing containerized applications and workloads across a distributed cluster. The system functions as a cluster resource scheduler that assigns applications to available resources using a centralized control plane. It distinguishes its orchestration through constraint-based instance placement, which restricts where containers are deployed based on node attributes or rack locations to ensure high availability. The platform provides capabilities for automated cluste

    Scala
    View on GitHub↗4,036
  • hashicorp/serfhashicorp avatar

    hashicorp/serf

    6,058View on GitHub↗

    Serf is a decentralized cluster coordination tool that manages node membership, failure detection, and event broadcasting across a distributed system without a central coordinator. Every node runs an identical agent process that independently handles membership, health monitoring, and event propagation through a peer-to-peer gossip protocol, creating a leaderless architecture where no single point of failure exists. The project implements the SWIM failure detection algorithm, where each node monitors a small random subset of peers to detect unreachable or failed nodes in real time. Custom use

    Go
    View on GitHub↗6,058
  • docker/composedocker avatar

    docker/compose

    37,588View on GitHub↗

    Docker Compose is a tool for defining and running multi-container applications through declarative configuration files. It functions as an application lifecycle manager, coordinating the startup, shutdown, and scaling of interconnected services within isolated environments. By using a standardized configuration format, it enables infrastructure as code, allowing developers to manage complex application stacks and their dependencies in a single, repeatable file. The project distinguishes itself by integrating directly with the broader Docker platform, leveraging a client-server architecture wh

    Godockerdocker-composego
    View on GitHub↗37,588
  • aurae-runtime/auraeaurae-runtime avatar

    aurae-runtime/aurae

    1,907View on GitHub↗

    Aurae is a memory-safe distributed systems runtime daemon written in Rust that acts as a container and process orchestrator. It manages and schedules workloads, containers, and virtual machines across distributed infrastructure nodes using remote procedure calls and isolated kernel-level boundaries. The platform provides a mutual transport-layer security gateway that enforces cryptographic identity and socket-level authentication across distributed infrastructure. It includes enterprise workload isolation features to secure control planes and manage multi-tenant processes on host operating sy

    Rustdaemondistributed-systemslinux
    View on GitHub↗1,907
  • See all 30 alternatives to Fleet→