Need advice about which tool to choose?Ask the StackShare community!
Manage your open source components, licenses, and vulnerabilities
Learn MorePros of Consul
Pros of SkyDNS
Pros of Zookeeper
Pros of Consul
- Great service discovery infrastructure61
- Health checking35
- Distributed key-value store29
- Monitoring26
- High-availability23
- Web-UI12
- Token-based acls10
- Gossip clustering6
- Dns server5
- Not Java4
- Docker integration1
- Javascript1
Pros of SkyDNS
- Srv discovery for etcd2
Pros of Zookeeper
- High performance ,easy to generate node specific config11
- Java8
- Kafka support8
- Spring Boot Support5
- Supports extensive distributed IPC3
- Curator2
- Used in ClickHouse2
- Supports DC/OS2
- Used in Hadoop1
- Embeddable In Java Service1
Sign up to add or upvote prosMake informed product decisions
- No public GitHub repository available -
What is Consul?
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.
What is SkyDNS?
SkyDNS is a distributed service for announcement and discovery of services. It leverages Raft for high-availability and consensus, and utilizes DNS queries to discover available services. This is done by leveraging SRV records in DNS, with special meaning given to subdomains, priorities and weights (more info here: http://blog.gopheracademy.com/skydns).
What is Zookeeper?
A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications.
Need advice about which tool to choose?Ask the StackShare community!
Jobs that mention Consul, SkyDNS, and Zookeeper as a desired skillset
What companies use Consul?
What companies use SkyDNS?
What companies use Zookeeper?
What companies use SkyDNS?
What companies use Zookeeper?
Sign up to get full access to all the companiesMake informed product decisions
What tools integrate with Consul?
What tools integrate with SkyDNS?
What tools integrate with Zookeeper?
What tools integrate with SkyDNS?
No integrations found
Sign up to get full access to all the tool integrationsMake informed product decisions
Blog Posts
What are some alternatives to Consul, SkyDNS, and Zookeeper?
etcd
etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines. It’s open-source and available on GitHub. etcd gracefully handles master elections during network partitions and will tolerate machine failure, including the master.
Ambassador
Map services to arbitrary URLs in a single, declarative YAML file. Configure routes with CORS support, circuit breakers, timeouts, and more. Replace your Kubernetes ingress controller. Route gRPC, WebSockets, or HTTP.
Kubernetes
Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.
Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
Istio
Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provides an abstraction layer over the underlying cluster management platform, such as Kubernetes, Mesos, etc.