From b598d97e9b2f4ebbb78216771dcfdfe3fdeebdce Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 11 Jul 2021 13:50:49 +0200 Subject: [PATCH] ++readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 57dce42..d63af1f 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,17 @@ While above is already a fully running k8s cluster, we do want to have support for **PersistentVolumeclaims**. See [the rook documentation](rook/README.md) on how to achieve the next step. +## High available control plan + +Above steps result in a single control plane node, however for +production setups, three nodes should be in the control plane. + +The [guide for creating HA +clusters](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/) +referes to an external load balancer that + + + ## The IPv4 "problem" * Clusters are IPv6 only