diff --git a/docs/blog/posts/notes/haproxy-health-checks-against-kube-apiserver.md b/docs/blog/posts/notes/haproxy-health-checks-against-kube-apiserver.md index ac2938c..6457893 100644 --- a/docs/blog/posts/notes/haproxy-health-checks-against-kube-apiserver.md +++ b/docs/blog/posts/notes/haproxy-health-checks-against-kube-apiserver.md @@ -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... + + ## Why is this a problem? diff --git a/docs/blog/posts/notes/using-velero-in-hardened-kubernetes-with-istio.md b/docs/blog/posts/notes/using-velero-in-hardened-kubernetes-with-istio.md index 7d8ad72..e733613 100644 --- a/docs/blog/posts/notes/using-velero-in-hardened-kubernetes-with-istio.md +++ b/docs/blog/posts/notes/using-velero-in-hardened-kubernetes-with-istio.md @@ -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