we can use sc CLI to fire a policy, we can use istio-like configuration to do that and extend our own configuration
for example, for service level governance cat <<EOF | scctl apply -f - apiVersion: governance.servicecomb.io/v1 kind: DestinationRule metadata: name: httpbin spec: host: httpbin trafficPolicy: circuitBreaker: xxx loadBalacing: xxx EOF Willem Jiang <[email protected]> 于2018年9月6日周四 上午11:42写道: > OK, I got your point of unifying the management API. > Currently if we just treat the configuration data as KV, it is quite > simple for use to integrate it with etcd or the other KV store. > But it could be more convince for the user if we have a management > module or policy to wrap the configuration keys (without expose too > much detail to the user). > > Any thought? > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Thu, Sep 6, 2018 at 10:58 AM Xiaoliang Tian <[email protected]> > wrote: > > > > ok here is the slide > > > https://docs.google.com/presentation/d/1FFriMCT79pY4183BHcqrDue3H8ce7IkE5Tjo1eE4Jew/edit#slide=id.g4162edff7a_0_0 > > > > I will explain my idea in text. > > > > the management of LB, circuit breaker etc, is a indivisible part of > > ServiceComb. so, user must to install a config center for the management > of > > java chassis > > > > config center is actually a common KV management service, it is the right > > choice for distributed config management. > > > > all we need to do is wrapping a user-friendly API, we can supply a > > governance API server in service center, this server is able to leverage > > same etcd cluster just like service center does > > to simplify the complexity of deployment and maintenance of the > ServiceComb > > stack. > > > > that makes service center become the unified entry point for management > of > > java chassis. > > > > Use sc CLI to interact with service center API to manage services > > > > > > Willem Jiang <[email protected]> 于2018年9月6日周四 上午10:32写道: > > > > > Hi Xiaoliang > > > > > > As we have archive of the mail, the system is prefer to the plain text > of > > > the email content. > > > If you have a proposal of some new design, please write some lines to > > > explain your idea and we can leverage the wiki page or google document > to > > > share the full design. > > > And you can past your design proposal link here, and encourage the > others > > > to comment about your proposal. > > > > > > > > > Willem Jiang > > > > > > Twitter: willemjiang > > > Weibo: 姜宁willem > > > > > > > > > On Thu, Sep 6, 2018 at 10:22 AM Xiaoliang Tian < > [email protected]> > > > wrote: > > > > > > > Hi guys, > > > > I got an idea about micro service management. I made a slide here, > plz > > > > checkout and give suggestions > > > > > > > > [image: image.png] > > > > > > > >
