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

Separate the endpoints under app and management ports #223

Open
rverma-dev opened this issue Oct 1, 2022 · 1 comment
Open

Separate the endpoints under app and management ports #223

rverma-dev opened this issue Oct 1, 2022 · 1 comment

Comments

@rverma-dev
Copy link

When we write an app in springboot we have a practice of exposing actuator (spring's health, readiness, version etc... APIs) under a separate port and actual api layer endpoints on entirely separate ports.

This also allow us to create better network policies too.

@stefanprodan
Copy link
Owner

We do expose the metrics on a different port, we could add the probes handles there too.

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

2 participants