You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: