Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Typo on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion authored Sep 16, 2020
1 parent 1b0d69a commit dcaa102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Also, SNMP V2 and V3 MIBs are available to monitor keepalived.

0 comments on commit dcaa102

Please sign in to comment.