Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

etcd

A distributed, reliable key-value store for the most critical data of a distributed system subtitle

etcd Reviews and details

Screenshots and images

  • etcd Landing page
    Landing page //
    2021-07-29

Badges

Promote etcd. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

ETCD in Kubernetes

Service Discovery Zookeeper vs etcd vs consul أكتشاف الخدمات شرح عربى

Episode#11 Working with ETCD - Backup and Restore Operations - Part#1

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about etcd and what they use it for.
  • The Complete Microservices Guide
    Service Discovery: Microservices need to discover and communicate with each other dynamically. Service discovery tools like etcd, Consul, or Kubernetes built-in service discovery mechanisms help locate and connect to microservices running on different nodes within the infrastructure. - Source: dev.to / 7 months ago
  • How is Apache APISIX Fast?
    APISIX uses etcd to store and synchronize configurations. - Source: dev.to / 8 months ago
  • Apache APISIX without etcd
    Etcd is an excellent key-value distributed database used internally by Kubernetes and managed by the CNCF. It's a great option, and that's the reason why Apache APISIX uses it too. Yet, it's not devoid of issues. - Source: dev.to / 9 months ago
  • Evaluating Apache APISIX vs. Spring Cloud Gateway
    In traditional mode, APISIX stores its configuration in etcd. APISIX offers a rich API to access and update the configuration, the Admin API. In standalone mode, the configuration is just plain YAML. It's the approach for GitOps practitioners: you'd store your configuration in a Git repo, watch it via your favorite tool (e.g., Argo CD or Tekton), and the latter would propagate the changes to APISIX nodes upon... - Source: dev.to / 11 months ago
  • mTLS everywhere!
    Apache APISIX is an API Gateway. By default, it stores its configuration in etcd, a distributed key-value store - the same one used by Kubernetes. Note that in real-world scenarios, we should set up etcd clustering to improve the resiliency of the solution. For this post, we will limit ourselves to a single etcd instance. Apache APISIX offers an admin API via HTTP endpoints. Finally, the gateway forwards calls... - Source: dev.to / about 1 year ago
  • Where are env variables stored?
    Kubernetes control plane nodes use Etcd for persistence. So in your case the environment variable values will be stored within etcd as part of the "Deployment" description (the one that has your Pod template). Source: about 1 year ago
  • Secret Management in Kubernetes: Approaches, Tools, and Best Practices
    Etcd is not secure - etcd is where Kubernetes secrets are stored. Though etcd is a distributed key/value store with great performance, it lacks key features when it comes to handling sensitive data such as audit log, key rotation, and encryption of key. - Source: dev.to / over 1 year ago
  • 💡Hosted ETCD aaS
    You know how Kubernetes is absolutely blowing up? Well there's one piece of technology that it all depends on -- etcd. - Source: dev.to / over 1 year ago
  • Kubernetes: What It Is, How It Works, and Why It's A Game changer
    Yes, Kubernetes, in fact, relies on a number of other free and open source software packages. As a base, it relies on the Docker container runtime and the CoreOS Linux distribution, and it utilizes other open source projects for a number of its components, such as etcd for distributed key-value storage. The tool's core and control plane are both built in GO programming language, making it a completely Go-based... - Source: dev.to / over 1 year ago
  • How to choose the right API Gateway
    Next, review deployment complexity such as DB-less versus database-backed deployments. For example, Kong does require running Cassandra or Postgres. Apigee requires Cassandra, Zookeeper, and Postgres to run, while other solutions like Express Gateway and Tyk only require Redis. Apache APISIX uses etcd as its data store, it stores and manages routing-related and plugin-related configurations in etcd in the Data... - Source: dev.to / over 1 year ago
  • 3 ways to deploy Apache APISIX on AWS (Part 1: AWS EC2)
    APISIX uses etcd to save and synchronize configuration. Before installing APISIX, you need to install etcd on your machine. It would be installed automatically if you choose the Apache APISIX Docker compose mode, you will learn more about on the next blog post Use Docker Compose to deploy containerized APISIX to AWS ECS. - Source: dev.to / almost 2 years ago
  • Kubernetes Admission Controllers: What They Are and Why They Matter
    As mentioned earlier, admission controllers intercept API server requests before they’re executed or persisted in etcd. This makes them a perfect contender to apply security measures to help organizations meet policy requirements. Admission controllers can improve the security of Kubernetes workloads through a built-in PodSecurityPolicy (PSP), which mounts the root file system as read-only and prevents the... - Source: dev.to / almost 2 years ago
  • Apache ShardingSphere Enterprise Applications — Bilibili
    In cluster mode, Apache ShardingSphere integrates third-party registry components ZooKeeper and Etcd to achieve metadata and configuration sharing in the cluster environment. At the same time, with the help of the notification and coordination ability of the registry, it ensures the real-time synchronization of the cluster when the shared data changes. And the business will not be aware of changes from the registry. - Source: dev.to / almost 2 years ago
  • My director is mad that I accepted another internal position for a 26% raise when he was told he could only give me a 10%
    At your own pace, jump into orchestration using a Kubernetes distribution out there; but really, only do that fairly late in the game (e.g. OpenShift). Sadly, it's quite a jump from containers to orchestration, and there is no "smooth" in-between. Maybe as a prelude, you can look into etcd configuration clusters and Ceph storage clusters first, e.g. Using a bunch of VMs on your machine, or a few Raspberry Pis.... Source: almost 2 years ago
  • HelloTalk: Leveraging Apache APISIX and OpenResty
    Apache APISIX is a dynamic, real-time, high-performance API gateway. It offers traffic management features such as load balancing, dynamic upstream, canary release, service meltdown, authentication, observability, and other rich traffic management features. It’s built atop the Nginx reverse proxy server and the key-value store etcd, to provide a lightweight gateway. - Source: dev.to / about 2 years ago
  • APISIX, an API Gateway the Apache way
    Objects are stored in etcd, a distributed key-value store also used by Kubernetes. Apache APISIX exposes a REST API so that you can access the configuration in a technical-agnostic way. Here, we request all existing routes:. - Source: dev.to / about 2 years ago
  • Config as code — am I doing it wrong?
    I don't think Knobs is maintained anymore, which is a shame—it'd be nice to see its dependencies brought up-to-date, and probably another module added supporting, e.g. etcd. But IMO it still serves as a useful counterpoint to the way too many people think about configuration and change. Source: about 2 years ago
  • The Role Of API Gateways In A Microservice Architecture
    Apache APISIX is a cloud-native microservices API gateway, that delivers the ultimate performance, security, open-source and scalable platform for all your This text is a bit blunt, does it need to be interspersed with context? And microservices. Nginx and etcd are the foundations of Apache APISIX. Compared to your conventional API gateways, Apache APISIX provides traffic management features like Load Balancing,... - Source: dev.to / about 2 years ago
  • rqlite, the light distributed database built with Go and SQLite, v7.2 now with autoclustering via DNS and DNS SRV
    Rqlite can use Consul, etcd, DNS, and Kubernetes, for node discovery. This allows nodes to automatically connect and form a cluster. This can be much more convenient, allowing clusters to be dynamically created. Check out the documentation for more details. Source: about 2 years ago
  • Deploy a high available etcd cluster using docker
    Etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully handles leader elections during network partitions and can tolerate machine failure, even in the leader node. - Source: dev.to / over 2 years ago
  • Can I anyone give me a proper Database black up solution
    If you want to get into all the details, you can look at Raft and other consensus algorithms; or the code for (relativel) simple implementations, like etcd.io. Source: almost 3 years ago

Do you know an article comparing etcd to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic etcd discussion

Log in or Post with

This is an informative page about etcd. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.