Why do I see 504 errors from my Ingress during deploys

0 votes
Why do I see 504 errors from my Ingress during deploys? But my ingress seem to be working fine. Why do I see this error.
Jul 25, 2019 in Kubernetes by Jinu
1,492 views

1 answer to this question.

0 votes
This error occurs because of a race condition when the pod is deleted. When the pod is deleted, it basically shuts before the ingress knows it stops sending traffic. The easiest way out is to prevent the pod from shutting immediately. This is possible with a preStop hook.
answered Jul 25, 2019 by Vismaya

Related Questions In Kubernetes

+1 vote
1 answer

Why do i need ingress resouces

Basically ingress controller routes according to the ...READ MORE

answered Oct 1, 2018 in Kubernetes by Kalgi
• 52,360 points
417 views
0 votes
1 answer
0 votes
1 answer

How do I create a service account for my dashboard and get all the credentails

Run the following commands: This command will create ...READ MORE

answered Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
1,481 views
0 votes
1 answer

What all packages do i need to install to use kubernetes on my machine?

Install below packages on all of your ...READ MORE

answered Jul 11, 2019 in Kubernetes by Sirajul
• 59,230 points
670 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,611 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,097 views
0 votes
1 answer
0 votes
2 answers

How do I update all my pods if the image changed but the tag is the same? - Kubernetes

Make sure your imagePullPolicy is set to Always(this is the ...READ MORE

answered Aug 6, 2019 in Kubernetes by Sirajul
• 59,230 points
3,112 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP