• Set host header for livenessProbe and readinessProbe

    2 min read

    kubernetes livenessProbe readinessProbe host header

    Some apps might rely on the host Header to deliver the right content. For example, is quite common for django apps to require an specific host header in order to sent a response. Lucky enough for these kind of applications, we can actually configure livenessProbe and readinessProbe to send a Host header

    22/02/2021

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets