[GitHub] [skywalking] wayilau commented on issue #3889: idea about k8s crd & skywalkingcli

2019-11-26 Thread GitBox
wayilau commented on issue #3889: idea about k8s crd &  skywalkingcli
URL: https://github.com/apache/skywalking/issues/3889#issuecomment-558934191
 
 
   Yes,  I am reading the doc. @hanahmily 


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


With regards,
Apache Git Services


[GitHub] [skywalking] wayilau commented on issue #3889: idea about k8s crd & skywalkingcli

2019-11-19 Thread GitBox
wayilau commented on issue #3889: idea about k8s crd &  skywalkingcli
URL: https://github.com/apache/skywalking/issues/3889#issuecomment-555803898
 
 
   @hanahmily 
   OK, I'm waiting for your good news in the mail list.


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


With regards,
Apache Git Services


[GitHub] [skywalking] wayilau commented on issue #3889: idea about k8s crd & skywalkingcli

2019-11-19 Thread GitBox
wayilau commented on issue #3889: idea about k8s crd &  skywalkingcli
URL: https://github.com/apache/skywalking/issues/3889#issuecomment-555790861
 
 
   I see. @wu-sheng 
   BTW, @hanahmily  have you begun to do this already ? If you have not, I will 
.


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


With regards,
Apache Git Services


[GitHub] [skywalking] wayilau commented on issue #3889: idea about k8s crd & skywalkingcli

2019-11-19 Thread GitBox
wayilau commented on issue #3889: idea about k8s crd &  skywalkingcli
URL: https://github.com/apache/skywalking/issues/3889#issuecomment-555787159
 
 
   Thanks for your reply. @hanahmily 
   Now, it's time for swcli. I want join you when it's time for operator or 
crds in the future. 
   Yes, you are right, we just want to empower,  not replacing.  And Is there 
an repo for Skywalking Operator  ?


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


With regards,
Apache Git Services


[GitHub] [skywalking] wayilau commented on issue #3889: idea about k8s crd & skywalkingcli

2019-11-19 Thread GitBox
wayilau commented on issue #3889: idea about k8s crd &  skywalkingcli
URL: https://github.com/apache/skywalking/issues/3889#issuecomment-555412220
 
 
   Yes, they are all crd, but do different jobs. operator used to manage 
skywalking cluster status. but crds could do things like swcli. 
   Another question, does cli could sperate the cluster dynamicly when i 
deployed multiple Skywalking cluster?  or we need to give the oap url for every 
query? 


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


With regards,
Apache Git Services


[GitHub] [skywalking] wayilau commented on issue #3889: idea about k8s crd & skywalkingcli

2019-11-18 Thread GitBox
wayilau commented on issue #3889: idea about k8s crd &  skywalkingcli
URL: https://github.com/apache/skywalking/issues/3889#issuecomment-555358061
 
 
   Yes, I am watching this subproject. @wu-sheng 
   But CRD is another choice as cli does, i think the crds tool is familiar 
with Kubernetes users. 
   Another way If we don't need another tool, As mentioned above, we can do our 
operator to manage skywalking on k8s. 
   


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


With regards,
Apache Git Services


[GitHub] [skywalking] wayilau commented on issue #3889: idea about k8s crd & skywalkingcli

2019-11-18 Thread GitBox
wayilau commented on issue #3889: idea about k8s crd &  skywalkingcli
URL: https://github.com/apache/skywalking/issues/3889#issuecomment-555316869
 
 
   SW CRDS & Skywalking
   ## detail idea.
   As Skywalking can be deployed on Kubernetes or outside of Kubernetes. Now i 
am not sure whether we can use union crds to manage both of them. If we don't 
consider so much, we only use the oap address so we can achieve this. 
otherwise, we may use service-catalog when Skywalking deployed outside of 
Kubernetes.
   SW crds are easy to defined, same as sw-cli, we also can add other options & 
parameters, all the same goal they are.
   the differences are that sw cli is stand alone tool used in pc directory. 
but SW crds are working on Kubernetes, which is tool interacted with Kubernetes 
tightly.
   
   we can use crds to:
   - list instances like :
   ```
   kubectl get swinstance -n ${namespace}
   ```
   - list instance endpoints list:
   ```
   kubectl get swendpoints -n ${namespace}
   ```
   - get single instance
   ```
   kubectl get swinstance ${name} -n ${namespace}
   ```
   - list service like:
   ```
   kubectl  get swservice -n ${namespace}
   ```
   - list single service like:
   ```
   kubectl get swservice ${svc-name} -n ${namespace}
   ```
   - ...
   
   Also we can add a lot option, like 'start' & 'end'.
   
   As sw cli needs a configuration. we can add configuration when we install 
the crds. from describe command we can see the events of conn to oap. like logs 
to watch the oap server. Also we can control the event what we want know.
   
   FYI @wu-sheng @innerpeacez @hanahmily 
   


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


With regards,
Apache Git Services


[GitHub] [skywalking] wayilau commented on issue #3889: idea about k8s crd & skywalkingcli

2019-11-18 Thread GitBox
wayilau commented on issue #3889: idea about k8s crd &  skywalkingcli
URL: https://github.com/apache/skywalking/issues/3889#issuecomment-555303854
 
 
   OK. FYI @hanahmily @innerpeacez 
   I will give my detail idea later here or in mail list. I also need your help.


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


With regards,
Apache Git Services