Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for proper health checks #65

Closed
leo-baltus opened this issue Oct 31, 2017 · 1 comment
Closed

support for proper health checks #65

leo-baltus opened this issue Oct 31, 2017 · 1 comment
Assignees

Comments

@leo-baltus
Copy link

The GCE loadbalancer perfoms health checks to see if backend are fit to take traffic. These health checks seem to be derived from the readinessProbe defined in the pod the service is pointing to where the service is taken from the ingress.

However, a pod can expose multiple ports where each port can be exposed by a service, but there can be only one readinessProbe on a pod. Also the semantics of each exposed service doe not have to match the semantics of the readinessProbe.

It would make more sense if the LB-healthcheck would be defined either in the ingress or in the service.

@nicksardo
Copy link
Contributor

Dupe of #42
/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants