ETCD on Kubernetes with High Availability – Maintenance – Part 3

setup etcd on kubernetes

ETCD on Kubernetes with High Availability In this blog, we will cover how to maintain an Etcd on Kubernetes with High Availability. We will be installing Etcd v3.5.4 on Amazon Elastic Kubernetes Service (EKS), but a similar setup should work for other Kubernetes clusters as well. Prerequisites Kubernetes 1.19+ Helm 3.2.0+ Clone and create a […]

ETCD on Kubernetes with High Availability – Monitoring – Part 4

setup etcd on kubernetes

ETCD on Kubernetes with High Availability In this blog, we will cover how to monitor Etcd on Kubernetes with High Availability. We will be installing Etcd v3.5.4 on Amazon Elastic Kubernetes Service (EKS), but a similar setup should work for other Kubernetes clusters as well. Prerequisites Kubernetes 1.19+ Helm 3.2.0+ Clone and create a feature […]

Setup Etcd on Kubernetes with High Availability – Node Affinity – Part 2

setup etcd on kubernetes

ETCD on Kubernetes with Node Affinity In part-1 of this multi-series blog, we covered how to setup Etcd on Kubernetes. In part-2 here, we will cover how to setup node affinity for our Etcd cluster on Amazon Elastic Kubernetes Service (EKS). Node affinity allows you to constrain which nodes your Pod can be scheduled on […]

ETCD on Kubernetes with High Availability – Installation – Part 1

setup etcd on kubernetes

Install ETCD on Kubernetes with High Availability In this multi-part series, we will cover how to install, maintain and monitor an Etcd cluster on Kubernetes with High Availability. We will be installing Etcd v3.5.4 on Amazon Elastic Kubernetes Service (EKS), but similar setup should work for other Kubernetes clusters as well. Prerequisites Kubernetes 1.19+ Helm […]