From 48a659c8f15dbf976188957de33d17ff09c3c643 Mon Sep 17 00:00:00 2001 From: Alistair Mackay <34012094+fireflycons@users.noreply.github.com> Date: Mon, 26 Sep 2022 18:25:18 +0100 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dbe2377..a3fa57e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ Kubernetes The Hard Way guides you through bootstrapping a highly available Kube * [etcd](https://github.com/coreos/etcd) v3.5.3 * [CoreDNS](https://github.com/coredns/coredns) v1.8.6 +### Node configuration + +We will be building the following: + +* Two control plane nodes (`master-1` and `master-2`) running the control plane components as operating system services. +* Two worker nodes (`worker-1` and `worker-2`) +* One loadbalancer VM running HAProxy to balance requests between the two API servers. + ## Labs * [Prerequisites](docs/01-prerequisites.md)