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/05/30 06:47:53 UTC

[GitHub] hanahmily commented on issue #1282: Deploying on Kubernetes

hanahmily commented on issue #1282: Deploying on Kubernetes 
URL: https://github.com/apache/incubator-skywalking/issues/1282#issuecomment-393049119
 
 
   > Do you have guides/resource to deploy Skywalking on Kubernetes?
   
   In short, there are no any guides to deploy Skywalking with K8S. But I could give some advises that may help you.
   
   ## Deploy Zookeeper
   
   In order to deploy Zookeeper in an easy way, you should use a popular Docker image. It's good to have a service for Zookeeper pods that can be accessed by agents and collectors.
   
   ## Delpy collector cluster
   
   The key step is to config proper pod network for the collector as @wu-sheng described. The simplest way is to use StatefulSets and HeadlessService.
   
   Then the collectors can access each other by using stable network id which is either Pod hostname or Pod DNS.
   
   The deployment of other components isn't too special to give more details.
   
   Hope these guides make sense to you.

----------------------------------------------------------------
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