You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/07/20 03:31:05 UTC

[GitHub] wu-sheng opened a new issue #1477: Support K8s Cluster management

wu-sheng opened a new issue #1477: Support K8s Cluster management 
URL: https://github.com/apache/incubator-skywalking/issues/1477
 
 
   We need to support using k8s management API in our cluster management. SkyWalking 6 should support k8s natively.
   
   I isolated two simple interfaces:
   1. `ClusterRegister`. When the instance starts up, `#registerRemote` will be called to notify implementor at the host and port of itself.
   1. `ClusterNodesQuery`. Query the existing list, including host and port.
   
   For the project structure, you need to create a module under `server-cluster-plugin`, named `cluster-k8s-plugin`.  Then you can reference codes from `cluster-zookeeper-plugin`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services