Can I access a pod from external network even the sidecar container is crashBackLoop

9/16/2019

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.

-- Yuwei Zhou
kubernetes
kubernetes-ingress

0 Answers