REASON_BINDCAR_UNREACHABLE

Constant REASON_BINDCAR_UNREACHABLE 

Source
pub const REASON_BINDCAR_UNREACHABLE: &str = "BindcarUnreachable";
Expand description

Cannot connect to Bindcar API container.

This indicates the Bindcar sidecar container is unreachable via HTTP. Maps to HTTP connection errors or gateway errors (502, 503, 504).

Possible causes:

  • Bindcar container not running
  • Network policy blocking traffic
  • Bindcar listening on wrong port
  • Bindcar container crashed
  • Gateway timeout reaching the pod