I've deployed a bare-metal Kubernetes cluster with Calico networking. I'm successfully able to communicate between pods and from external network to pods using Ingress. When I use Dashboard EXEC function the pod is able to fetch external resource (DNS works, PING works, CURL works), but the pod process itself is failing.
What should I check next? Do you need more info to analyze it?
UPDATE
Issue is related to Gitlab Runner only.
kubectl describe pod <pod-name>
– PjoterS