1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Fix description for velero post

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-02-08 15:24:42 +13:00
parent 2667956bee
commit 00553685c8
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,9 @@ description: It's not enough to do a TCP probe. Here's how to use the /healthz e
# HAProxy health checks against kube-apiserver
There are plenty of tutorials out there about how to run a highly-available kubernetes api-server behind haproxy. Without exception however, these tutorials configure haproxy to "check" the health of the backends with a simple TCP connection.
There are plenty of tutorials out there about how to run a highly-available kubernetes api-server behind haproxy. Without exception however, these tutorials configure haproxy to "check" the health of the backends with a simple TCP connection. These can produce a false sense of security though...
<!-- more -->
## Why is this a problem?

View File

@@ -6,6 +6,7 @@ tags:
- kubernetes
- velero
title: How to use Velero in hardened Kubernetes cluster
description: Here are some workarounds to common issues encountered when deploying Velero in a production / hardened Kubernetes cluster
---
# Using Velero in hardened Kubernetes with Istio