From 8c6d44e2b6f67b7af84798d0b66be090b111ad8e Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 26 Jul 2022 23:30:16 +1200 Subject: [PATCH] Improve title for k3s loadbalancer Signed-off-by: David Young --- manuscript/kubernetes/loadbalancer/k3s.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manuscript/kubernetes/loadbalancer/k3s.md b/manuscript/kubernetes/loadbalancer/k3s.md index 413e60d..d4283c5 100644 --- a/manuscript/kubernetes/loadbalancer/k3s.md +++ b/manuscript/kubernetes/loadbalancer/k3s.md @@ -1,8 +1,9 @@ --- -description: k3s' lightweight loadbalancer +title: klipper loadbalancer with k3s +description: klipper - k3s' lightweight loadbalancer --- -# K3s Load Balancing +# K3s Load Balancing with Klipper If your cluster is using K3s, and you have only one node, then you could be adequately served by the [built in "klipper" loadbalbancer provided with k3s](https://rancher.com/docs/k3s/latest/en/networking/#service-load-balancer).