79356078

Date: 2025-01-14 18:57:05
Score: 1.5
Natty:
Report link

I managed to find where the problem was. One of the services snatched port 80, before traefik. To find the thief, I used this command: kubectl get pods -A -o jsonpath='{range .items[*]}{.metadata.namespace}{" "}{.metadata.name}{" "}{.spec.containers[*].ports[*].hostPort}{"\n"}{end}' | grep -E ' 80| 443'

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Orest Lenczyk