Questions tagged [etcd]

etcd is a highly-available key value store for shared configuration and service discovery, inspired by Apache ZooKeeper and doozer.

etcd is a highly-available key value store for shared configuration and service discovery, inspired by Apache ZooKeeper and doozer, with a focus on being:

  • Simple: curl'able user facing API (HTTP+JSON)
  • Secure: optional SSL client cert authentication
  • Fast: benchmarked 1000s of writes/s per instance
  • Reliable: properly distributed using Raft

etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.

543 questions
-3
votes
1 answer

I have an RBAC problem, but everything I test seems ok?

This is a continuation of the problem described here (How do I fix a role-based problem when my role appears to have the correct permissions?) I have done much more testing and still do not understand the error Error from server (Forbidden): pods is…
user3877654
  • 1,045
  • 1
  • 16
  • 40
-3
votes
1 answer

restore destroyed kubeadm master

I created a 1-master 2-workers kubernetes cluster using kubeadm 1.20 and backed up the etcd. I destroyed the master on purpose to see test how to get cluster back to running state. Kubernetes version: 1.20 Installation method: kubeadm Host OS:…
Oliver
  • 27,510
  • 9
  • 72
  • 103
1 2 3
36
37