Why does my Kubernetes pod enter a CrashLoopBackOff state when using Liveness and Readiness Probes together?
I’m new to Kubernetes (K8S) and trying to learn how to achieve zero downtime during deployments. I have two services: currency-exchange
and currency-conversion
, where currency-conversion
depends on currency-exchange
.