From dcaa1023413e97124d71d6cefac04018e0c63051 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Wed, 16 Sep 2020 19:25:31 +0200 Subject: [PATCH] Typo on README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6230bcf..39ebcfe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In a typical kubernetes setup, we have worker nodes and master nodes. Master nod ## What problem does it solve? In many production environments, it is desirable to have a Kubernetes Control Plane that is resilient to failure and highly available. For clusters operating in public cloud environments the options and the methodology are usually straightforward: main cloud providers as AWS, GCP, Azure, have their own HA solutions which will work very well, and these should be preferred when operating in such environments. -For private cloud deployments, and edge deployments, there are several different options, and most of them are based on hardware load-balancers. This project provides the strategy and methodology for a cheaper software solutions only. However, if you have a hardware load-balancer, that would bee obviously a better option. +For private cloud deployments, and edge deployments, there are several different options, and most of them are based on hardware load-balancers. This project provides the strategy and methodology for a cheaper software solutions only. However, if you have a hardware load-balancer, that would be obviously a better option. In such environments, the worker nodes all use the load-balancer to talk to the control plane. This will balance the load to the master nodes, but we have just moved the single point of failure from the masters to the load-balancer. @@ -404,4 +404,4 @@ Sending USR1 signal to keepalive process will dump configuration data to `/tmp/k Received: 0 Sent: 0 -Also, SNMP V2 and V3 MIBs are available to monitor keepalived. \ No newline at end of file +Also, SNMP V2 and V3 MIBs are available to monitor keepalived.