Re: Proposal to build an example for a cloud native microservice in Aries

2020-04-14 Thread Romain Manni-Bucau
Hmm, here are a few thoughts: 1. What is "cloud native"? Nothing right? ;). More seriously I guess you speak of k8s microservices. If so, pillars are metrics (openmetric), tracing (opentracing), config (env, and secret/maps), security (jwt?), logging compatible with a docker driver, api exposure

Re: Proposal to build an example for a cloud native microservice in Aries

2020-04-14 Thread Christian Schneider
Forgot the link. The current state can be viewed in https://github.com/cschneider/osgi-best-practices It already implements most of the aspects above but still got some rough edges. The example also contains some bundles like the swagger and halbrowser repackagings that should rather be

Proposal to build an example for a cloud native microservice in Aries

2020-04-14 Thread Christian Schneider
(I first proposed this in felix. Some people hinted that Aries might be a better fit. So I am also starting this discussion here) In recent years we saw a big trend towards micro services and cloud. Lately people discovered though that such services are often made too fine grained. The newest