LokiVLProxyBackendUnreachable
- Signal: sustained
502responses from proxy to clients. - Likely causes: VictoriaLogs outage, network/DNS path break, backend auth mismatch.
Triage
kubectl -n <ns> exec <proxy-pod> -- wget -qO- http://<victorialogs>:9428/health- Validate
-backendURL, DNS resolution, and network policy. - Validate backend auth headers/credentials used by proxy.
- Check backend saturation and error logs.
Mitigation
- Restore backend service/network reachability.
- Fix backend auth credentials or forwarded headers.
- Fail over to healthy backend if your topology supports it.
Recovery Criteria
502rate returns to baseline.- Proxy readiness remains stable.
- Circuit breaker closes and stays closed.
Prevention
Apply Deployment And Scaling Best Practices for backend health probes, network path hardening, and failover readiness.