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
C

cpuguy83/docker-grand-ambassador

0
View on GitHub↗
0 stars·0 forks·9 views

Docker Grand Ambassador

Features

  • Networking and Discovery - Dynamic link ambassador for container communication.

Star history

Star history chart for cpuguy83/docker-grand-ambassadorStar history chart for cpuguy83/docker-grand-ambassador

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Docker Grand Ambassador

These projects share indexed features with Docker Grand Ambassador. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • coreos/flannelcoreos avatar

    coreos/flannel

    9,479View on GitHub↗

    Flannel is a virtual networking layer and Kubernetes CNI plugin that provides automated subnet management and Layer 3 overlay connectivity. It functions as a container network fabric, enabling distributed containers and pods across multiple hosts to communicate using unique IP addresses without manual routing configuration. The system operates as a distributed subnet manager, allocating and persisting unique subnet ranges to hosts using a distributed key-value store. This ensures conflict-free container addressing across the cluster by tracking subnet leases and persisting network metadata.

    Go
    View on GitHub↗9,479
  • crosbymichael/skydockcrosbymichael avatar

    crosbymichael/skydock

    1,052View on GitHub↗

    Service discovery via DNS for docker

    Go
    View on GitHub↗1,052
  • docker/libnetworkD

    docker/libnetwork

    0View on GitHub↗
    View on GitHub↗0
  • coreos/etcdcoreos avatar

    coreos/etcd

    51,846View on GitHub↗

    etcd is a distributed key-value store and configuration store designed to maintain a consistent set of data across a cluster of nodes. It functions as a reliable registry for storing and synchronizing critical settings and metadata used by distributed applications. The system implements the Raft consensus algorithm to ensure data consistency and leader election across servers. To protect data transfers and verify node identities, it utilizes a network security layer based on mutual TLS and client certificates. Its capabilities cover distributed configuration management, cluster state synchro

    Go
    View on GitHub↗51,846
Compare all 11 related projects→

Frequently asked questions

What are the main features of cpuguy83/docker-grand-ambassador?

The main features of cpuguy83/docker-grand-ambassador are: Networking and Discovery.

Which projects share features with cpuguy83/docker-grand-ambassador?

Projects with overlapping indexed features include: coreos/etcd — etcd is a distributed key-value store and configuration store designed to maintain a consistent set of data across a… coreos/flannel — Flannel is a virtual networking layer and Kubernetes CNI plugin that provides automated subnet management and Layer 3… crosbymichael/skydock — Service discovery via DNS for docker. docker/libnetwork. gliderlabs/registrator — Registrator is a dynamic service discovery tool and metadata synchronizer that acts as a bridge between Docker… kelseyhightower/confd — confd is a dynamic configuration templating engine and manager that generates local application configuration files…