Request for Updated Blogs on SkyWalking Rover for Kubernetes Application Profiling #13202
Unanswered
KHADEPALLAVI975
asked this question in
Q&A
Replies: 2 comments 32 replies
-
There may help. |
Beta Was this translation helpful? Give feedback.
6 replies
-
The https://skywalking.apache.org#demo has the showcase deployment, and profiling is automatically triggered and running. You could see details from this page(k8s service monitoring powered by Rover latest version). |
Beta Was this translation helpful? Give feedback.
26 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
I'm currently exploring CPU profiling for Kubernetes applications using Rover, and I'm particularly interested in integrating the latest version of Apache SkyWalking to enhance observability in production environments.
Based on concepts from Brendan Gregg's work, we're looking to implement:
On-CPU Profiling: Understanding where threads spend time actively running.
Off-CPU Profiling: Tracking time spent waiting (I/O, locks, timers, etc.).
We're also delving into eBPF-based profiling of Envoy, especially in service mesh setups like Istio, where Envoy acts as a sidecar proxy. Since performance issues in Envoy can impact all mesh traffic, this type of profiling is crucial for uncovering hidden bottlenecks.
What I need help with:
I'm looking for updated blogs, guides, or examples that demonstrate how to use the latest version of SkyWalking in conjunction with Rover for profiling in Kubernetes environments.
If anyone has:
Recent blog posts or tutorials
GitHub repos
Real-world case studies or experience reports
…please share them here! I'd greatly appreciate any direction or resources you can offer 🙏
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions