stefanprodan / podinfo

Go microservice template for Kubernetes
Apache License 2.0
5.34k stars 1.7k forks source link

Separate the endpoints under app and management ports #223

Open rverma-dev opened 1 year ago

rverma-dev commented 1 year ago

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 commented 1 year ago

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