Example setting up SkyWalking Satellite #7555
Replies: 4 comments 75 replies
-
Satellite 0.1.0 is very far away from out of box. 0.2.0 will be the first version to cover most protocols(trace, metrics, log), the existing 0.1.0 is for log forward only. @mrproliu will try to initial 0.2.0 after he enhance the document about several typical ways of use. |
Beta Was this translation helpful? Give feedback.
-
FYI @mrproliu about the Satellite. |
Beta Was this translation helpful? Give feedback.
-
@andrewgkew just pulled your Docker image I don't have your source codes so my fix was docker run -it --rm -v $(pwd):/app --entrypoint=sh quadcorps/helloworld-logger -c 'cp logging.jar /app/'
tar -tf logging.jar | egrep 'slf4j|logback' | xargs zip -d logging.jar I just run the modified |
Beta Was this translation helpful? Give feedback.
-
@andrewgkew Hope you are doing well on the Kong Summit. SkyWalking has blogs on website(https://skywalking.apache.org/blog/) and China local Video platform(https://space.bilibili.com/390683219). I want to ask, do you have video for me to download, and upload to youtube(or link if you already have one) and bilibili(we need to upload manually) |
Beta Was this translation helpful? Give feedback.
-
I realize that the configuration for satellite is very dependent on how you want to use it but I am looking for an example/demo of a standard use case for setting up satellite in k8s please?
Looking at the docs at the configuration being broken down into 3 parts it looks like the most common usage is:
Do you have a walkthrough that could help me get this setup in k8s? There is an image in dockerhub that I can leverage and then I guess all I need to do is set the correct env vars on the side car
Any help here would be greatly appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions