I want to know the order of update endpoints and delete pod!

I delete my pod in kubernetes.
Both kubelet and the endpoint-controller watches the apiserver for Pod deletions.
They will receive the update independently, but we don’t know which one will receive first.
Whether it is update endpoints before delete pod.
I want to know it. Who can help me!

Cluster information:

Kubernetes version: v1.16.3
Cloud being used: bare-metal
Installation method: kubeadm
Host OS: ubuntu 16.04

sadly i am unsure of the answer to your question as I am new here myself to learn.

but i liked your formation and it made me think.

is this a quantum (observational) question or is it just too far over this little beginners head at this point in the learning curve?

thanks for your feedback!

FutureBen 00