Skip to content

Nginx: one minute after startup my Nginx failed #4076

Answered by rthamrin
rthamrin asked this question in Q&A
Discussion options

You must be logged in to vote

I found the reason the main reason is nginx-ingress, ufw and Iptables
after my service Nginx running my Iptables blocked the port 80 and 443 default, you can remove your iptables rule, but I choose to remove my nginx-ingress :D because I don't need it now.

# kubectl get service --all-namespaces
NAMESPACE       NAME                                 TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)                      AGE
default         kubernetes                           ClusterIP   10.43.0.1      <none>        443/TCP                      37d
kube-system     kube-dns                             ClusterIP   10.43.0.10     <none>        53/UDP,53/TCP,9153/TCP       37d
kube-system     metr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rthamrin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant