I have a Kubernetes pod with 2 containers, and expose a service with TCP protocol for this pod to kubernetes/ingress-nginx
. If the sidecar container is in a bad state, can I still access the default container? Currently I get timeout when I curl it.