mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Fix description for velero post
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user