networkservicemesh / examples

Network Service Mesh examples repo
Apache License 2.0
15 stars 27 forks source link

Implement Multiple services per one endpoint and generic sidecar in 4G example #99

Open electrocucaracha opened 3 years ago

electrocucaracha commented 3 years ago

This PR provides support to multiple services in one endpoint, this change opens the possibility to create a generic sidecar which address most of the scenarios providing the NSE information through K8s annotations. Using a generic sidecar can help to improve the NSM adoption, reduce the number of sidecar implementations, focus on business logic, etc.

This implementation correspond to this proposal.