bootstrap a single node etcd cluster

pull/857/head
Kelsey Hightower 2025-04-06 19:12:43 -07:00
parent 08b198f2a0
commit c9690e523a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Bootstrapping the etcd Cluster
Kubernetes components are stateless and store cluster state in [etcd](https://github.com/etcd-io/etcd). In this lab you will bootstrap a three node etcd cluster and configure it for high availability and secure remote access.
Kubernetes components are stateless and store cluster state in [etcd](https://github.com/etcd-io/etcd). In this lab you will bootstrap a single node etcd cluster.
## Prerequisites