Skip to content

feat(health): add health endpoint#43

Open
andresromerodev wants to merge 1 commit intogoogleforgames:mainfrom
andresromerodev:main
Open

feat(health): add health endpoint#43
andresromerodev wants to merge 1 commit intogoogleforgames:mainfrom
andresromerodev:main

Conversation

@andresromerodev
Copy link
Copy Markdown

Summary

Adds a /health HTTP endpoint to Open Match 2 Core so it can register and operate correctly with load balancers across cloud providers, including AWS, Azure and others outside of GCP.


Problem

Open Match 2 Core currently lacks a dedicated health check endpoint. Most managed load balancers outside of GCP, such as AWS ALB/NLB and Azure Application Gateway require an HTTP endpoint that responds with a 200 OK to confirm the service is alive and ready to receive traffic. Without it, OM Core pods fail target group health checks, are never marked as healthy, and receive no traffic, making multi-cloud and hybrid deployments non-functional.

@andresromerodev
Copy link
Copy Markdown
Author

@joeholley This is my first PR, let me know if you need me to adjust anything, happy to do that!

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

Successfully merging this pull request may close these issues.

1 participant