What we need to do on the framework side. AFAIK, application doesn't need to know anything about the sidecar, as the network traffic is hijacked by the injector. Am I right?
Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Sep 12, 2018 at 3:38 PM Xiaoliang Tian <[email protected]> wrote: > > I am hoping service comb can leverage kubernetes webhookmutating to > automatically inject sc, apollo, zipkin, prom, etc, related config into > java chassis runtime > > all user need to do is use k8s annotation to tell it is writen in java > chassis, for example > > *serviceomb.io/framework <http://serviceomb.io/framework>: java-chassis* > > then developer never need to consider about the env-related things in this > k8s cluster. to let developer focus more on coding > > > our team wrote a sidecar for servicemesh already, same pattern can apply to > framework > https://github.com/go-mesh/sidecar-injector
